fixed indent

master
BodgeMaster 2021-10-29 04:54:48 +02:00
parent be97370acb
commit 2f6b6d09de
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
"DB_USERNAME":["exec","echo -n \"$(sed --quiet \"/db_username=/s/.*=//p\" config/instance.conf)\""],
"DB_NAME" :["exec","echo -n \"$(sed --quiet \"/db_database=/s/.*=//p\" config/instance.conf)\""],
"DB_SERVER" :["exec","echo -n \"$(sed --quiet \"/db_svr_host=/s/.*=//p\" config/instance.conf)\""],
"ABOUT_PAGE":["file","config/about.template"]
"ABOUT_PAGE" :["file","config/about.template"]
}