2021-09-02 07:40:16 +02:00
|
|
|
{
|
2021-09-02 09:14:39 +02:00
|
|
|
"DOMAIN_NAME":["exec","echo -n \"$(sed --quiet \"/domain_name=/s/.*=//p\" config/instance.conf)\""],
|
|
|
|
"CONTENT_DIR":["exec","echo -n \"$(sed --quiet \"/threadr_dir=/s/.*=//p\" config/instance.conf)\""],
|
|
|
|
"DB_PASSWORD":["exec","echo -n \"$(sed --quiet \"/db_password=/s/.*=//p\" config/instance.conf)\""],
|
|
|
|
"DB_USERNAME":["exec","echo -n \"$(sed --quiet \"/db_username=/s/.*=//p\" config/instance.conf)\""],
|
2021-09-02 17:01:28 +02:00
|
|
|
"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)\""],
|
2021-09-02 08:27:52 +02:00
|
|
|
"ABOUT_PAGE":["file","config/about.template"]
|
2021-09-02 07:40:16 +02:00
|
|
|
}
|