ninefolio/.env

43 lines
607 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.

# NOT MODIFY THIS FILE
# MAKE A COPY NAMED .env.local OF THIS TO MAKE MODIFICATION
# SYMFONY
APP_ENV=dev
APP_SECRET=changeme
INITPWDADMIN=changeme
# Webpack
APP_PUBLIC_PATH=/ninefolio/build
APP_MANIFEST_KEY_PREFIX=ninefolio
# BASIC
APP_WEBURL=localhost
APP_AUTH=MYSQL
APP_ALIAS=ninefolio
APP_NAME="NINEFOLIO"
APP_CRON=1
# BDD
DATABASE_NAME=ninefolio
DATABASE_USER=user
DATABASE_PASSWORD=changeme
DATABASE_HOST=mariadb
# MAIL sendmail / smtp
MAILER_METHOD=sendmail
MAILER_URL=
MAILER_NOREPLY=noreply@noreply.fr
# PROXY
PROXY_USE=0
PROXY_HOST=
PROXY_PORT=
# Sonde statistic
SONDE_USE=0
SONDE_URL=