core/conf-example.json

8 lines
98 B
JSON
Raw Normal View History

2024-08-18 13:57:55 +02:00
{
2024-08-21 19:47:40 +02:00
"version": 1,
2024-08-18 13:57:55 +02:00
"authentication": {
2024-08-21 19:47:40 +02:00
"hash_salt": "unsafe_salt_which_should_be_replaced"
2024-08-18 13:57:55 +02:00
}
}