Use PostgreSQL 13 by default
This commit is contained in:
parent
5d62a5e94c
commit
080778d048
|
|
@ -21,7 +21,7 @@ database_name=fusionpbx # Database name (safe characters A-Z
|
|||
database_username=fusionpbx # Database username (safe characters A-Z, a-z, 0-9)
|
||||
database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
|
||||
database_repo=system # PostgreSQL official, system
|
||||
database_version=latest # requires repo official
|
||||
database_version=13 # requires repo official
|
||||
database_host=127.0.0.1 # hostname or IP address
|
||||
database_port=5432 # port number
|
||||
database_backup=false # true or false
|
||||
|
|
|
|||
Loading…
Reference in New Issue