mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
run on localhost by default
This commit is contained in:
parent
ccd3d07236
commit
5e662c5e54
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const defaultConf* =
|
|||
; Currently only PostgreSQL is supported but Sqlite may be added in the future.
|
||||
#dbType = postgresql
|
||||
; IP address or domain of the database.
|
||||
#dbHost = "db"
|
||||
#dbHost = "0.0.0.0"
|
||||
; Database user.
|
||||
#dbUser = "postgres"
|
||||
; Database Password.
|
||||
|
|
Loading…
Add table
Reference in a new issue