Update config.sh
This commit is contained in:
parent
b7f223506e
commit
291af70797
|
|
@ -10,7 +10,7 @@ switch_source=true # true
|
|||
|
||||
# Database Settings
|
||||
database_password=random # random or as a pre-set value
|
||||
database_version=9.6 # Postgres 9.6, 9.5, or 9.4
|
||||
database_version=9.3 # Postgres 9.6, 9.5, 9.4 or 9.3 (pkg php70-pgsql uses 9.3 by default)
|
||||
database_backup=false # true or false
|
||||
|
||||
# General Settings
|
||||
|
|
|
|||
Loading…
Reference in New Issue