Update .env.example

This commit is contained in:
Wavering Ana 2025-01-29 19:37:53 -05:00 committed by GitHub
parent 374b538269
commit 9fe7359da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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