forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathazuracast.dev.env
More file actions
36 lines (29 loc) · 789 Bytes
/
azuracast.dev.env
File metadata and controls
36 lines (29 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
# AzuraCast Customization
#
APPLICATION_ENV=development
LOG_LEVEL=debug
COMPOSER_PLUGIN_MODE=false
# Limit station port range
AUTO_ASSIGN_PORT_MIN=8000
AUTO_ASSIGN_PORT_MAX=8099
# Database passwords
MYSQL_PASSWORD=azur4c457
MYSQL_ROOT_PASSWORD=azur4c457
# Developer options.
# Populate these!
INIT_BASE_URL=https://azuracast.local
INIT_INSTANCE_NAME="local development"
INIT_DEMO_API_KEY=
INIT_ADMIN_EMAIL="admin@azuracast.com"
INIT_ADMIN_PASSWORD="admin"
INIT_ADMIN_API_KEY=
INIT_MUSIC_PATH=/var/azuracast/www/util/fixtures/init_music
INIT_PODCASTS_PATH=/var/azuracast/www/util/fixtures/init_podcasts
INIT_GEOLITE_LICENSE_KEY=
INIT_LASTFM_API_KEY=
# Debugging
MYSQL_SLOW_QUERY_LOG=1
MYSQL_MAX_CONNECTIONS=100
PROFILING_EXTENSION_ENABLED=1
PROFILING_EXTENSION_HTTP_IP_WHITELIST=*