Update config.sh
This commit is contained in:
parent
710e060890
commit
e399536a52
|
|
@ -10,10 +10,10 @@ switch_source=source # package, port, source
|
|||
|
||||
# Database Settings
|
||||
database_password=random # random or as a pre-set value
|
||||
database_version=9.6 # Postgres 9.6
|
||||
database_version=9.6 # Postgres 9.3, 9.6
|
||||
database_backup=false # true or false
|
||||
|
||||
# General Settings
|
||||
interface_name=auto # auto, em0, igb0, vtnet0, or other valid names
|
||||
firewall=pf # pf, ipfw, none
|
||||
firewall=pf # pf, none
|
||||
php_version=7 # PHP version 7
|
||||
|
|
|
|||
Loading…
Reference in New Issue