You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.
salt-api conf file:
rest_cherrypy:
host: 127.0.0.1
port: 9090
debug: true
disable_ssl: True
static: /apps/www/code/saltpad/static
static_path: /static
app: /apps/www/code/saltpad/index.html
app_path: /saltpad
external_auth:
pam:
salt:
- .*
- '@runner'
- '@wheel'
settings.json:
{
"API_URL": "localhost:9090",
"SECURE_HTTP": false,
"FLAVOUR": "rest_cherrypy"
}
The text was updated successfully, but these errors were encountered: