1# by default, simplelink uses an sqlite db in /data, to use a postgres db, set DATABASE_URl 2# DATABASE_URL=postgresql://user:password@localhost/dbname 3SERVER_HOST=127.0.0.1 4SERVER_PORT=8080 5JWT_SECRET=change-me-in-production