deprecating env.dist
This commit is contained in:
parent
e2402f4e48
commit
7caf3302db
25
env.dist
25
env.dist
|
@ -1,25 +0,0 @@
|
|||
# This is the environment for Groove on Demand. You can (re)populate your own environment
|
||||
# by running the following command from the command-line:
|
||||
#
|
||||
# groove setup
|
||||
#
|
||||
|
||||
DATABASE_PATH=groove_on_demand.db
|
||||
|
||||
# Admin user credentials
|
||||
USERNAME=evilchili
|
||||
PASSWORD=fnord
|
||||
|
||||
# Web interface configuration
|
||||
HOST=127.0.0.1
|
||||
PORT=2323
|
||||
THEMES_PATH=themes
|
||||
DEFAULT_THEME=blue_train
|
||||
SECRET_KEY=fnord
|
||||
|
||||
# Media scanner configuration
|
||||
MEDIA_ROOT=/mnt/grunt/music/FLAC
|
||||
MEDIA_GLOB=*.mp3,*.flac,*.m4a
|
||||
|
||||
# Set this value to enable debugging
|
||||
DEBUG=
|
Loading…
Reference in New Issue
Block a user