Initial commit
This commit is contained in:
6
backend/.env.example
Normal file
6
backend/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
OIDC_ISSUER=https://accounts.google.com
|
||||
OIDC_CLIENT_ID=your-client-id
|
||||
OIDC_CLIENT_SECRET=your-client-secret
|
||||
OIDC_REDIRECT_URI=http://localhost:3000/callback
|
||||
SECRET_KEY=your-secret-key-change-this
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user