ninedocker/services/50-ninefolio/env/.env

23 lines
475 B
Bash
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# == NINEFOLIO =============================================================================================================================
# BASIC
APP_ALIAS=ninefolio
APP_NAME="NINEFOLIO"
APP_CRON=1
APP_SECRET=${ADMIN_PASSWORD}
# Webpack
APP_PUBLIC_PATH=/${APP_ALIAS}/build
APP_MANIFEST_KEY_PREFIX=${APP_ALIAS}
# BDD
DATABASE_NAME=${NINEFOLIO_SERVICE_NAME}
DATABASE_USER=${MARIADB_USER}
DATABASE_PASSWORD=${MARIADB_PASSWORD}
DATABASE_HOST=${MARIADB_SERVICE_NAME}