Files
apostol-dm/docker/dm/sites/default.json
2024-02-20 13:09:09 +03:00

12 lines
232 B
JSON

{
"hosts": ["127.0.0.1"],
"root": "/var/www/web",
"oauth2": {
"identifier": "/oauth/identifier",
"secret": "/oauth/secret",
"callback": "/",
"error": "/oauth/error",
"debug": "http://localhost:3000/"
}
}