12 lines
237 B
JSON
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/"
|
|
}
|
|
}
|