Spotter-VM/lxc-apps/ushahidi/install/ushahidi_conf/env

19 lines
323 B
Plaintext

APP_ENV=production
APP_DEBUG=false
APP_KEY=${USHAHIDI_APPKEY}
APP_TIMEZONE=Europe/Prague
APP_LANGUAGES=cs,en
DB_CONNECTION=mysql
DB_HOST=ushahidi-mariadb
DB_PORT=3306
DB_DATABASE=ushahidi
DB_USERNAME=ushahidi
DB_PASSWORD=${USHAHIDI_PWD}
CACHE_DRIVER=redis
QUEUE_DRIVER=redis
REDIS_HOST=ushahidi-redis
MAINTENANCE_MODE=0