add frontend frame and service logic
This commit is contained in:
@ -0,0 +1,31 @@
|
||||
DEBUG=frame:*
|
||||
|
||||
OAUTH2_HOST=https://p01.bergx.io
|
||||
WELL_KNOWN=https://p01.bergx.io/.well-known/openid-configuration
|
||||
AUTHORIZATION_URL=https://p01.bergx.io/oauth/dialog/authorize
|
||||
TOKEN_URL=https://p01.bergx.io/oauth/token
|
||||
CLIENT_ID={{oauth-client-id}}
|
||||
CLIENT_SECRET={{oauth-client-secret}}
|
||||
|
||||
# Update this to be your host name
|
||||
CALLBACK_URL={{your-host-name}}/auth/callback
|
||||
|
||||
BX_CLIENT_ID={{bergx-client-id}}
|
||||
BX_CLIENT_SECRET={{bergx-client-secret}}
|
||||
|
||||
|
||||
# DB stuff
|
||||
DB_HOST={{db-host}}
|
||||
DB_PORT=3306
|
||||
DB_USER={{db-user}}
|
||||
DB_PASSWORD={db-user-password}}
|
||||
DB_NAME={{db-name}}
|
||||
|
||||
# Session stuff
|
||||
DOMAIN={{your-host-name}}
|
||||
DB_HOST={{session-db-host}}
|
||||
DB_PORT=3306
|
||||
SESSION_DB_USER={{session-db-user}}
|
||||
SESSION_DB_PASSWORD={{session-db-password}}
|
||||
SESSION_DB_NAME={{session-db-name}}
|
||||
SESSION_SECRET={{session-db-user-password
|
||||
|
Reference in New Issue
Block a user