Files
apostol-dm/conf/sites/default.json
2023-03-10 02:16:28 -04:00

12 lines
237 B
JSON

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