12 lines
325 B
Plaintext
12 lines
325 B
Plaintext
{
|
|
"domain_name": "localhost",
|
|
"threadr_dir": "/threadr",
|
|
"db_username": "threadr_user",
|
|
"db_password": "threadr_password",
|
|
"db_database": "threadr_db",
|
|
"db_svr_host": "localhost:3306",
|
|
"file_storage_dir": "files",
|
|
"session_secret": "change-me-to-32-byte-random",
|
|
"session_secure": false
|
|
}
|