Compare commits
2 Commits
2fd634c2c0
...
fa89f4312d
| Author | SHA1 | Date | |
|---|---|---|---|
| fa89f4312d | |||
| a59cb4ead3 |
+2
-1
@@ -57,7 +57,8 @@ PHANTOMJS_KEY='__PHANTOMJS_KEY__'
|
|||||||
PHANTOMJS_SECRET=__APP_KEY__
|
PHANTOMJS_SECRET=__APP_KEY__
|
||||||
|
|
||||||
UPDATE_SECRET=__API_SECRET__
|
UPDATE_SECRET=__API_SECRET__
|
||||||
API_SECRET=__API_SECRET__
|
# API_SECRET is intentionally not set: when set, it requires the X-API-SECRET header
|
||||||
|
# on ALL API calls including the web UI login (React SPA), which breaks browser login.
|
||||||
|
|
||||||
PRECONFIGURED_INSTALL=true
|
PRECONFIGURED_INSTALL=true
|
||||||
|
|
||||||
|
|||||||
@@ -72,6 +72,7 @@ ram.runtime = "50M"
|
|||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.auth_header = false
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
|
|||||||
Reference in New Issue
Block a user