File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ TSHARK_GID=${TSHARK_GID:-0}
17
17
if [ -f /usr/local/homer/etc/webapp_config.json ]; then
18
18
19
19
if [ -n " $DB_HOST " ]; then sed -i " s/homer_db_host/${DB_HOST} /g" /usr/local/homer/etc/webapp_config.json; fi
20
- if [ -n " $DB_USER " ]; then sed -i " s/homer_user /${DB_USER} /g" /usr/local/homer/etc/webapp_config.json; fi
20
+ if [ -n " $DB_USER " ]; then sed -i " s/homer_db_user /${DB_USER} /g" /usr/local/homer/etc/webapp_config.json; fi
21
21
if [ -n " $DB_PASS " ]; then sed -i " s/homer_password/${DB_PASS} /g" /usr/local/homer/etc/webapp_config.json; fi
22
22
if [ -n " $DB_KEEPALIVE " ]; then sed -i " s/homer_db_keepalive/${DB_KEEPALIVE} /g" /usr/local/homer/etc/webapp_config.json; fi
23
23
if [ -n " $DB_HOMER_CONFIG " ]; then sed -i " s/homer_config/${DB_HOMER_CONFIG} /g" /usr/local/homer/etc/webapp_config.json; fi
Original file line number Diff line number Diff line change 2
2
"database_data" : {
3
3
"local" : {
4
4
"node" : " LocalNode" ,
5
- "user" : " homer_user " ,
5
+ "user" : " homer_db_user " ,
6
6
"pass" : " homer_password" ,
7
7
"name" : " homer_data" ,
8
8
"host" : " homer_db_host"
9
9
}
10
10
},
11
11
"database_config" : {
12
- "user" : " homer_user " ,
12
+ "user" : " homer_db_user " ,
13
13
"pass" : " homer_password" ,
14
14
"name" : " homer_config" ,
15
15
"host" : " homer_db_host" ,
You can’t perform that action at this time.
0 commit comments