Initial BizOne portal setup
This commit is contained in:
33
deploy/debian12/app.env.example
Normal file
33
deploy/debian12/app.env.example
Normal file
@ -0,0 +1,33 @@
|
||||
NODE_ENV=production
|
||||
|
||||
DATABASE_URL=postgresql://bizone:change-this-postgres-password@127.0.0.1:5432/wa_dashboard
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
PORT=3001
|
||||
FRONTEND_ORIGIN=https://portal.bizone.id
|
||||
PUBLIC_API_URL=https://portal.bizone.id
|
||||
NEXT_PUBLIC_API_URL=https://portal.bizone.id/api
|
||||
|
||||
JWT_SECRET=UsmlPBa61fKDgTjUR+9sS9f5SKw3OF7X0CjGWoHibg2eF7gQO6sS57pc2Hj8XIv4
|
||||
JWT_EXPIRES_IN=1d
|
||||
JWT_REFRESH_SECRET=mH50eOHDoJu3Ay6KQPt1IRdI9yED5P1sajq7LamFhiCRs51kcJvsg4azdjf8eq2W
|
||||
JWT_REFRESH_EXPIRES_IN=30d
|
||||
|
||||
WEBHOOK_VERIFY_TOKEN=iUFaqbqv98giFiYHGl1vcVQZRWGFKBHuewMZiHXufYU30uWE+TlC27pn/Ln2vtis
|
||||
WEBHOOK_SHARED_SECRET=CPK2/u9Gb/1pcsJL/jGbZA1N+ohEuL3l3T8mxZuyI4cIZtqnKW8QIfyguGD+nMMa
|
||||
META_WEBHOOK_APP_SECRET=replace-with-meta-app-secret
|
||||
WEBHOOK_ALLOW_UNSIGNED=false
|
||||
|
||||
MAIL_HOST=mail.bizone.id
|
||||
MAIL_PORT=465
|
||||
MAIL_SECURE=true
|
||||
MAIL_USER=no-reply@bizone.id
|
||||
MAIL_PASSWORD=62FwN86$3Y~#utQ@
|
||||
MAIL_FROM=Bizone Portal <no-reply@bizone.id>
|
||||
|
||||
AUTH_LOGIN_MAX_ATTEMPTS=5
|
||||
AUTH_LOGIN_WINDOW_MINUTES=15
|
||||
AUTH_2FA_MAX_ATTEMPTS=5
|
||||
AUTH_2FA_WINDOW_MINUTES=10
|
||||
AUTH_PASSWORD_RESET_MAX_ATTEMPTS=3
|
||||
AUTH_PASSWORD_RESET_WINDOW_MINUTES=30
|
||||
Reference in New Issue
Block a user