youtube2local/config.py.example

14 lines
278 B
Plaintext
Raw Permalink Normal View History

2016-06-09 18:31:39 +02:00
"""
Example configuration file.
"""
config = {
"backend": "ampacheSQL", # One of the available backends in backends folder
# ampacheSQL parameters, only edit if using it
"db_name": "ampache",
"db_host": "localhost",
"db_user": "root",
"db_password": ""
}