snipeit/env/fqdn_context.env.example

33 lines
881 B
Plaintext
Raw Permalink Normal View History

2025-01-27 22:43:07 +01:00
APP_ENV=production
APP_KEY=base64:your-app-key-here
APP_LOCALE=en
APP_TIMEZONE=Etc/UTC
APP_TRUSTED_PROXIES=172.16.0.0/12
APP_URL=https://fully.qualified.domain.name
CONTEXT=ux_vilnius
MAIL_ENV_ENCRYPTION=tls
MAIL_ENV_FROM_ADDR=mail@example.com
MAIL_ENV_FROM_NAME=Asset Management
MAIL_ENV_PASSWORD=my-mail-env-password
MAIL_ENV_USERNAME=mail@example.com
MAIL_PORT_587_TCP_ADDR=smtp.example.com
MAIL_PORT_587_TCP_PORT=587
MYSQL_DATABASE=snipeit
MYSQL_PASSWORD=my-mysql-user-password
MYSQL_PORT=61001
MYSQL_PORT_3306_TCP_ADDR=mysql
MYSQL_ROOT_HOST=172.30.95.1
MYSQL_ROOT_PASSWORD=my-mysql-root-password
MYSQL_USER=snipeit
MYSQL_VERSION=latest
PHP_UPLOAD_LIMIT=100
SECURE_COOKIES=true
SNIPEIT_PORT=61000
SNIPEIT_VERSION=latest
SUBNET=172.30.95.0/24
# Set to true when needed for temporary debugging
2025-01-29 01:11:31 +01:00
APP_DEBUG=false
# Other available defaults
# RESTARTPOLICY=always
# TIMEZONE=Etc/UTC