Update config.sh
This commit is contained in:
parent
1fe0aa2288
commit
2fe881b6af
|
|
@ -13,6 +13,7 @@ switch_package=true # true or false
|
||||||
# Database Settings
|
# Database Settings
|
||||||
database_password=random # random or a custom value
|
database_password=random # random or a custom value
|
||||||
database_repo=official # PostgresSQL official, system, 2ndquadrant
|
database_repo=official # PostgresSQL official, system, 2ndquadrant
|
||||||
|
database_version=latest # requires repo official
|
||||||
database_host=127.0.0.1 # hostname or IP address
|
database_host=127.0.0.1 # hostname or IP address
|
||||||
database_port=5432 # port number
|
database_port=5432 # port number
|
||||||
database_backup=false # true or false
|
database_backup=false # true or false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue