azuracast/azuracast.env_backup_20240418-080053.bak

156 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2024-05-17 09:16:11 +00:00
# This file was automatically generated by AzuraCast.
# You can modify it as necessary. To apply changes, restart the Docker containers.
# Remove the leading "#" symbol from lines to uncomment them.
# The locale to use for CLI commands.
# Valid options: en_US, cs_CZ, de_DE, es_ES, fr_FR, el_GR, it_IT, hu_HU, nl_NL, pl_PL, pt_PT, pt_BR, ru_RU, sv_SE, tr_TR, zh_CN, ko_KR
# Default: en_US
LANG=en_US
# The application environment.
# Valid options: Production, Testing, Development
APPLICATION_ENV=production
# Manually modify the logging level.
# This allows you to log debug-level errors temporarily (for problem-solving)
# or reduce the volume of logs that are produced by your installation,
# without needing to modify whether your installation is a production or
# development instance.
# Valid options: debug, info, notice, warning, error, critical, alert, emergency
# Default: notice
# LOG_LEVEL=notice
# Enable Custom Code Plugins
# Enable the composer "merge" functionality to combine the main application's
# composer.json file with any plugin composer files. This can have
# performance implications, so you should only use it if you use one or more
# plugins with their own Composer dependencies.
# Valid options: true, false
# COMPOSER_PLUGIN_MODE=
# Minimum Port for Station Port Assignment
# Modify this if your stations are listening on nonstandard ports.
# Default: 8000
# AUTO_ASSIGN_PORT_MIN=8000
# Maximum Port for Station Port Assignment
# Modify this if your stations are listening on nonstandard ports.
# Default: 8499
# AUTO_ASSIGN_PORT_MAX=8499
# Show Detailed Slim Application Errors
# This allows you to debug Slim Application Errors you may encounter. Please
# report any Slim Application Error logs to the development team on GitHub.
# Valid options: true, false
# SHOW_DETAILED_ERRORS=
# MariaDB Host
# Do not modify this after installation.
# Default: localhost
MYSQL_HOST=localhost
# MariaDB Port
# Do not modify this after installation.
# Default: 3306
MYSQL_PORT=3306
# MariaDB Username
# Do not modify this after installation.
# Default: azuracast
MYSQL_USER=azuracast
# MariaDB Password
# Do not modify this after installation.
# Default: azur4c457
MYSQL_PASSWORD=JcwgjT66MnKg
# MariaDB Database Name
# Do not modify this after installation.
# Default: azuracast
MYSQL_DATABASE=azuracast
# Auto-generate Random MariaDB Root Password
# Do not modify this after installation.
# MYSQL_RANDOM_ROOT_PASSWORD=
# MariaDB Root Password
# Do not modify this after installation.
MYSQL_ROOT_PASSWORD=XJwDwXYRy4QmFgJtdmRt
# Enable MariaDB Slow Query Log
# Log slower queries to diagnose possible database issues. Only turn this on
# if needed.
# MYSQL_SLOW_QUERY_LOG=
# MariaDB Maximum Connections
# Set the amount of allowed connections to the database. This value should be
# increased if you are seeing the "Too many connections" error in the logs.
# Default: 100
# MYSQL_MAX_CONNECTIONS=100
# Enable Redis
# Disable to use a flatfile cache instead of Redis.
# Default: true
# ENABLE_REDIS=true
# Redis Host
# Default: localhost
REDIS_HOST=localhost
# Redis Port
# Default: 6379
REDIS_PORT=6379
# Redis Database Index
# Valid options: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
# Default: 1
REDIS_DB=1
# PHP Maximum POST File Size
# Default: 25M
# PHP_MAX_FILE_SIZE=25M
# PHP Memory Limit
# Default: 128M
# PHP_MEMORY_LIMIT=128M
# PHP Script Maximum Execution Time
# (in seconds)
# Default: 30
# PHP_MAX_EXECUTION_TIME=30
# Short Sync Task Execution Time
# The maximum execution time (and lock timeout) for the 15-second, 1-minute
# and 5-minute synchronization tasks.
# Default: 600
# SYNC_SHORT_EXECUTION_TIME=600
# Long Sync Task Execution Time
# The maximum execution time (and lock timeout) for the 1-hour
# synchronization task.
# Default: 1800
# SYNC_LONG_EXECUTION_TIME=1800
# Maximum PHP-FPM Worker Processes
# Default: 5
# PHP_FPM_MAX_CHILDREN=5
# Enable Performance Profiling Extension
# Profiling data can be viewed by visiting
# http://your-azuracast-site/?SPX_KEY=dev&SPX_UI_URI=/.
# PROFILING_EXTENSION_ENABLED=
# Profile Performance on All Requests
# This will have a significant performance impact on your installation.
# PROFILING_EXTENSION_ALWAYS_ON=
# Profiling Extension HTTP Key
# The value for the "SPX_KEY" parameter for viewing profiling pages.
# Default: dev
# PROFILING_EXTENSION_HTTP_KEY=dev
# Profiling Extension IP Allow List
# Valid options: 127.0.0.1, *
# Default: *
# PROFILING_EXTENSION_HTTP_IP_WHITELIST=*