20 lines
351 B
JSON
20 lines
351 B
JSON
// Vendor config: DO NOT TOUCH!
|
|
//
|
|
// See sample.config.yaml to override.
|
|
{
|
|
"http": {
|
|
"listen": [
|
|
{
|
|
"port": 80
|
|
}
|
|
],
|
|
"mounts": {}
|
|
},
|
|
"datadir": "/var/lib/xo-server/data",
|
|
|
|
// Should users be created on first sign in?
|
|
//
|
|
// Necessary for external authentication providers.
|
|
"createUserOnFirstSignin": true
|
|
}
|