fixed indent
parent
be97370acb
commit
2f6b6d09de
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue