aboutsummaryrefslogtreecommitdiff
path: root/.env.example
blob: 7bf7f89408eac02f2299fc818dff0052533c3968 (plain)
1
2
3
4
5
## If the database is distant
#DBSTRING="postgresql://localhost/chan"

## If the database is on the same computer
# DBSTRING="dbname=chan host=/tmp"