sysadmin-doc: use code style for json files (#55013)

This commit is contained in:
Benjamin Dauvergne 2021-06-21 18:00:06 +02:00
parent 96765164c8
commit b5dc0b101a
1 changed files with 37 additions and 37 deletions

View File

@ -69,51 +69,51 @@ Alternativement il peut-être créé manuellement : le zip doit contenir un fich
Pour *config.json* :
{
"branding": {
"theme": "clapotis-les-canards"
},
"debug": {
"error_email": "admin@yourdomain.com"
},
"emails": {
"from": "noreply@yourdomain.com"
},
"language": {
"language": "fr"
},
"misc": {
"charset": "utf-8",
"homepage-redirect-url": "[portal_url]"
},
"postgresql": {
"createdb-connection-params": {
"database": "postgres",
{
"branding": {
"theme": "clapotis-les-canards"
},
"debug": {
"error_email": "admin@yourdomain.com"
},
"emails": {
"from": "noreply@yourdomain.com"
},
"language": {
"language": "fr"
},
"misc": {
"charset": "utf-8",
"homepage-redirect-url": "[portal_url]"
},
"postgresql": {
"createdb-connection-params": {
"database": "postgres",
"host": "your.postgres.db.host",
"port": "5432",
"user": "yourdbuser",
"password": "yourdbpassword"
},
"database-template-name": "wcs_%s",
"host": "your.postgres.db.host",
"port": "5432",
"user": "yourdbuser",
"password": "yourdbpassword"
},
"database-template-name": "wcs_%s",
"host": "your.postgres.db.host",
"port": "5432",
"user": "yourdbuser",
"password": "yourdbpassword" }
}
"password": "yourdbpassword" }
}
Lutilisateur postgres mentionné doit avoir le droit de créer une base de donnée.
Pour *site-options.cfg* :
[options]
postgresql = true
default-to-global-view = true
workflow-global-actions = true
workflow-criticality-levels = true
workflow-resubmit-action = false
workflow-functions-only = true
formdef-captcha-option = false
default_position = 48.8336428;2.3233045
[options]
postgresql = true
default-to-global-view = true
workflow-global-actions = true
workflow-criticality-levels = true
workflow-resubmit-action = false
workflow-functions-only = true
formdef-captcha-option = false
default_position = 48.8336428;2.3233045
## Lancement du déploiement