Optional HTTP Basic Auth (#8586)
* add ability to add http basic auth to the website * debug * remove console.log
This commit is contained in:
@@ -76,6 +76,11 @@
|
||||
"APN_ENABLED": "false",
|
||||
"FCM_SERVER_API_KEY": ""
|
||||
},
|
||||
"SITE_HTTP_AUTH": {
|
||||
"ENABLED": "false",
|
||||
"USERNAME": "admin",
|
||||
"PASSWORD": "password"
|
||||
},
|
||||
"PUSHER": {
|
||||
"ENABLED": "false",
|
||||
"APP_ID": "appId",
|
||||
|
||||
Reference in New Issue
Block a user