## LINKACE CONFIGURATION APP_NAME="LinkAce" APP_URL="http://links.unbl.ink" APP_ENV=production APP_KEY= APP_DEBUG=false SETUP_COMPLETED=true SESSION_LIFETIME=10080 ## Backup configuration BACKUP_ENABLED=false BACKUP_DISK=s3 BACKUP_NOTIFICATION_EMAIL=your@email.com BACKUP_MAX_SIZE=512 ## Amazon Web Services (AWS) S3 configuration AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION=us-east-1 AWS_BUCKET= ## Configuration of the database connection DB_CONNECTION=pgsql DB_HOST=db.service DB_PORT=5432 DB_DATABASE=linkace DB_USERNAME=linkace DB_PASSWORD="{{linkace_db_pass}}" REDIS_HOST=cache.service REDIS_PASSWORD="{{redis_password}}" REDIS_PORT=6379