Initial commit (I feel unsafe)
This commit is contained in:
38
ghost_server-config.production copy.json
Normal file
38
ghost_server-config.production copy.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user