blob: b85437f67097eac5f1ddd185988d892088d916e7 (
plain)
1
2
3
4
5
6
7
8
|
## If the database is distant
#DBSTRING="postgresql://localhost/chan"
## If the database is on the same computer
# DBSTRING="dbname=chan host=/tmp"
## moderation password, bcrypted
# MODPASS='$2a$10$XddhgpWF.pk3udraZk1CaOhiogMnOs2NYb24d44W/xxmND88VEy82'
|