39 lines
730 B
JSON
39 lines
730 B
JSON
{
|
|
"cfg_hedgedoc_defaults": {
|
|
"user_name": "hedgedoc",
|
|
"directory": "/opt/hedgedoc",
|
|
"version": "1.9.9",
|
|
"database": {
|
|
"kind": "sqlite",
|
|
"data": {
|
|
"sqlite": {
|
|
"path": "/var/hedgedoc/data.sqlite"
|
|
},
|
|
"postgresql": {
|
|
"host": "localhost",
|
|
"port": 5432,
|
|
"username": "hedgedoc_user",
|
|
"password": "hedgedoc",
|
|
"schema": "hedgedoc"
|
|
}
|
|
}
|
|
},
|
|
"authentication": {
|
|
"kind": "internal",
|
|
"data": {
|
|
"internal": {
|
|
},
|
|
"authelia": {
|
|
"client_id": "hedgedoc",
|
|
"client_secret": "hedgedoc",
|
|
"provider_name": "Authelia"
|
|
}
|
|
}
|
|
},
|
|
"log_level": "error",
|
|
"guest_allow_create": false,
|
|
"guest_allow_change": false,
|
|
"free_names_mode": "authed"
|
|
}
|
|
}
|