fix spacing for variable assignment
fix spacing for variable assignment
This commit is contained in:
parent
63a0a1303a
commit
f3544c1a5c
|
|
@ -4,7 +4,7 @@
|
||||||
export PGPASSWORD="zzz"
|
export PGPASSWORD="zzz"
|
||||||
db_host=127.0.0.1
|
db_host=127.0.0.1
|
||||||
db_port=5432
|
db_port=5432
|
||||||
db_name = fusionpbx
|
db_name=fusionpbx
|
||||||
db_username=fusionpbx
|
db_username=fusionpbx
|
||||||
switch_package=true # true or false
|
switch_package=true # true or false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue