REMOVE LDAP
This commit is contained in:
29
.env
Normal file
29
.env
Normal file
@@ -0,0 +1,29 @@
|
||||
FLASK_ENV=production
|
||||
SECRET_KEY=933f9064329f29e642b20089e6ee16b3dd15da6acb6fdd98
|
||||
|
||||
# Database
|
||||
DATABASE_URL=mysql+pymysql://A060:WLeSCi0yhtc7@mysql.theaken.com:33306/db_A060
|
||||
|
||||
# ONLYOFFICE
|
||||
ONLYOFFICE_URL=http://localhost:12015/
|
||||
ONLYOFFICE_INTERNAL_URL=http://onlyoffice:80
|
||||
ONLYOFFICE_JWT_SECRET=933f9064330f29e642b20089e6ee16b3dd15da6acb6fdd98
|
||||
|
||||
# Redis / CDN
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
CDN_DOMAIN=
|
||||
|
||||
# Notification defaults (semicolon-separated list, optional)
|
||||
DEFAULT_NOTIFICATION_EMAILS=
|
||||
|
||||
# SMTP
|
||||
SMTP_SERVER=mail.panjit.com.tw
|
||||
SMTP_PORT=25
|
||||
SMTP_USE_TLS=false
|
||||
SMTP_USE_SSL=false
|
||||
SMTP_AUTH_REQUIRED=false
|
||||
SMTP_SENDER_EMAIL=temp-spec-system@panjit.com.tw
|
||||
SMTP_SENDER_PASSWORD=
|
||||
|
||||
# Try using a working Python base image from existing
|
||||
PY_BASE=python:3.10-slim
|
Reference in New Issue
Block a user