22 lines
641 B
Smarty
22 lines
641 B
Smarty
# MariaDB settings
|
|
MYSQL_ROOT_PASSWORD=password_db_root
|
|
MYSQL_DATABASE=osp
|
|
MYSQL_USER=osp
|
|
MYSQL_PASSWORD=password_db
|
|
MYSQL_HOST=osp-db
|
|
|
|
# Redis
|
|
REDIS_HOST=osp-redis
|
|
REDIS_HOST_PASSWORD=password_redis
|
|
|
|
# osp
|
|
OSP_ROOT=/home/compute/services/osp
|
|
DB_URL=mysql+pymysql://osp:password_db@osp-db/osp?charset=utf8mb4 # Change these according to above set parameters following this schema mysql+pymysql://username:password@localhost/osp?charset=utf8mb4
|
|
FLASK_SECRET=very_secret_key_change_me
|
|
FLASK_SALT=very_secret_salt_key_change_me
|
|
REDIS_PASSWORD=password_redis
|
|
OSP_ALLOWREGISTRATION=False
|
|
OSP_REQUIREVERIFICATION=False
|
|
|
|
# Traefik
|
|
DOMAIN=domain.com |