Optional HTTP Basic Auth (#8586)

* add ability to add http basic auth to the website

* debug

* remove console.log
This commit is contained in:
Matteo Pagliazzi
2017-03-20 15:02:48 +01:00
committed by GitHub
parent d9d7c69432
commit 258742f6b7
4 changed files with 24 additions and 0 deletions
+5
View File
@@ -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",