2022-11-15 23:30:37 +01:00
|
|
|
{
|
2022-11-17 00:44:20 +01:00
|
|
|
"secrets": ["secret_change_for_pwgen_generated_one_with_at_least 255 chars"],
|
2023-05-02 18:47:12 +02:00
|
|
|
"bcrypt_pass_stats": "change_for_bcrypted_password",
|
2022-11-15 23:30:37 +01:00
|
|
|
"db": {
|
|
|
|
"database": "example"
|
2023-05-02 03:23:18 +02:00
|
|
|
},
|
2023-05-03 06:19:20 +02:00
|
|
|
"base_url": "https://burguillos.info",
|
2023-09-03 21:16:25 +02:00
|
|
|
"search_backend": "http://localhost:3303",
|
2023-09-04 12:54:38 +02:00
|
|
|
"search_index": "burguillos_info",
|
2023-08-08 19:39:13 +02:00
|
|
|
"geoip_database": "/usr/share/GeoLite2-City_20230804/GeoLite2-City.mmdb",
|
2023-07-30 15:39:36 +02:00
|
|
|
"onion_base_url": "http://example.onion";
|
2023-05-03 06:19:20 +02:00
|
|
|
"listen": "https:localhost:3555"
|
2022-11-15 23:30:37 +01:00
|
|
|
}
|