burguillos.info/burguillos_info.json.example

14 lines
464 B
Plaintext
Raw Normal View History

{
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",
"db": {
"database": "example"
},
2023-05-03 06:19:20 +02:00
"base_url": "https://burguillos.info",
"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",
"onion_base_url": "http://example.onion";
2023-05-03 06:19:20 +02:00
"listen": "https:localhost:3555"
}