2022-11-15 23:30:37 +01:00
|
|
|
{
|
2023-05-16 02:12:33 +02:00
|
|
|
"secrets": ["secret_change_for_pwgen_generated_one_with_at_least 255 chars"],
|
|
|
|
"bcrypt_pass_stats": "change_for_bcrypted_password",
|
|
|
|
"db": {
|
|
|
|
"database": "example"
|
|
|
|
},
|
2024-03-28 03:49:39 +01:00
|
|
|
"base_url": "http://localhost:3000",
|
|
|
|
"listen": "http://localhost:3000",
|
|
|
|
"site_name": "Owlcode.tech"
|
2022-11-15 23:30:37 +01:00
|
|
|
}
|