database setup for outsidethebox.top webhosting infrastructure project https://data.outsidethebox.top
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

21 lines
413 B

{
"db": {
"host": "127.0.0.1",
"port": 3306,
"name": "db_admin",
"user": "db-user",
"password": "1securep455wordhere"
},
"site": {
"fqdn": "db.example.com",
"secret_key": "change-me",
"theme": "dark",
"auth_user": "db-user",
"auth_pass": "change-me"
},
"version": "v3.2.1",
"backup": {
"dir": "/opt/outsidethedb/backups",
"prefix": "outsidethedb"
}
}