feat: added express + vite app + oidc
This commit is contained in:
9
furumi-node-player/server/.env.example
Normal file
9
furumi-node-player/server/.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
PORT=3001
|
||||
BASE_URL=http://localhost:3001
|
||||
FRONTEND_ORIGIN=http://localhost:5173
|
||||
SESSION_SECRET=super-long-random-secret
|
||||
|
||||
OIDC_ISSUER_BASE_URL=https://your-issuer.example.com
|
||||
OIDC_CLIENT_ID=your-client-id
|
||||
OIDC_CLIENT_SECRET=your-client-secret
|
||||
OIDC_SCOPE="openid profile email"
|
||||
Reference in New Issue
Block a user