+2
-1
.env.example
+2
-1
.env.example
···
1
-
DATABASE_URL=postgresql://user:password@localhost/dbname
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
2
3
SERVER_HOST=127.0.0.1
3
4
SERVER_PORT=8080
4
5
JWT_SECRET=change-me-in-production