@baris Sure thing!
Instance 1
{
"base_url": "https://hanasu.me",
"port": "2339",
"secret": "such_secret (I changed this)",
"bind_address": "0.0.0.0",
"database": "redis",
"secondary_database": "none",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "very password",
"database": "0"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": false,
"relative_path": ""
}
Instance 2
{
"base_url": "http://unser-schleswig.de",
"port": "2340",
"secret": "very_secret (changed again)",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "wow",
"database": "1"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": false,
"relative_path": ""
}
Instance 3
{
"base_url": "http://37.59.31.162",
"port": "4567",
"secret": "do I have to do that again?",
"bind_address": "0.0.0.0",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "-",
"database": "2"
},
"bcrypt_rounds": 12,
"upload_path": "/public/uploads",
"use_port": true,
"relative_path": ""
}
Never touched the config after installation. Just followed the docs and thats it.