Update .env.example
This commit is contained in:
parent
374b538269
commit
9fe7359da5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
DATABASE_URL=postgresql://user:password@localhost/dbname
|
||||
# by default, simplelink uses an sqlite db in /data, to use a postgres db, set DATABASE_URl
|
||||
# DATABASE_URL=postgresql://user:password@localhost/dbname
|
||||
SERVER_HOST=127.0.0.1
|
||||
SERVER_PORT=8080
|
||||
JWT_SECRET=change-me-in-production
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue