Use PostgreSQL 13 by default

This commit is contained in:
FusionPBX 2023-03-28 10:56:00 -06:00 committed by GitHub
parent 5d62a5e94c
commit 080778d048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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