mirror of
https://bitbucket.org/shim_/docker-teamspeak.git
synced 2018-10-04 01:51:57 +02:00
remove mysql settings if unneccsary
This commit is contained in:
parent
d1af080d2d
commit
a7ad43d304
2
init.sh
2
init.sh
@ -28,6 +28,8 @@ function main_config {
|
||||
if [ ! -z "$TS3DB_TYPE" ] && [ "$TS3DB_TYPE" == "MYSQL" ]; then
|
||||
write_config 'dbplugin' 'ts3db_mysql'
|
||||
write_config 'dbpluginparameter' "$CONF_DIR/ts3db_mysql.ini"
|
||||
write_config 'dbsqlpath' "sql/"
|
||||
write_config 'dbsqlcreatepath' "create_mysql/"
|
||||
fi
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,5 @@ filetransfer_port=30033
|
||||
filetransfer_ip=0.0.0.0
|
||||
query_port=10011
|
||||
query_ip=0.0.0.0
|
||||
dbsqlpath=sql/
|
||||
dbsqlcreatepath=create_mysql/
|
||||
logpath=logs
|
||||
logquerycommands=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user