Server/.env.example

6 lines
102 B
Plaintext

DATABASE_URL="mysql://USER:PASS@IP:PORT/DB"
AUTH_JWKS_URI=
AUTH_USERNAME_FIELD="name"
PORT=3000