39 lines
668 B
JSON
39 lines
668 B
JSON
{
|
|
"url": "https://blog.knravish.me",
|
|
"server": {
|
|
"port": 2368,
|
|
"host": "127.0.0.1"
|
|
},
|
|
"database": {
|
|
"client": "mysql",
|
|
"connection": {
|
|
"host": "postgres_hostname",
|
|
"user": "postgres_username",
|
|
"password": "postgres_password",
|
|
"database": "defaultdb",
|
|
"port": <postgres_port>,
|
|
"ssl": {
|
|
"ca": "<postgres_ssl_ca_cert_rsa_contents>",
|
|
"rejectUnauthorized": true
|
|
}
|
|
}
|
|
},
|
|
"mail": {
|
|
"transport": "Direct"
|
|
},
|
|
"logging": {
|
|
"transports": [
|
|
"file",
|
|
"stdout"
|
|
]
|
|
},
|
|
"process": "systemd",
|
|
"paths": {
|
|
"contentPath": "/var/www/blog.knravish.me/content"
|
|
},
|
|
"bootstrap-socket": {
|
|
"port": 8000,
|
|
"host": "localhost"
|
|
}
|
|
}
|