Server/.env.example

6 lines
102 B
Plaintext
Raw Normal View History

DATABASE_URL="mysql://USER:PASS@IP:PORT/DB"
2024-12-10 23:41:53 +00:00
AUTH_JWKS_URI=
AUTH_USERNAME_FIELD="name"
2024-12-06 00:00:32 +00:00
PORT=3000