Docker fix: add ensubst
This commit is contained in:
11
docker/dm/sites/default.json
Normal file
11
docker/dm/sites/default.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"hosts": ["127.0.0.1"],
|
||||
"root": "/var/www/web",
|
||||
"oauth2": {
|
||||
"identifier": "/oauth/identifier",
|
||||
"secret": "/oauth/secret",
|
||||
"callback": "/",
|
||||
"error": "/oauth/error",
|
||||
"debug": "http://localhost:3000/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user