fixes the default for the database connection option to be pgsql
This commit is contained in:
@@ -126,7 +126,7 @@ externalDatabase:
|
||||
# -- enable using an external mysql or postgresql cluster
|
||||
enabled: false
|
||||
# -- options: sqlite mysql pgsql sqlsrv
|
||||
connection: psql
|
||||
connection: pgsql
|
||||
host: ""
|
||||
port: 3306
|
||||
database: pixelfed
|
||||
|
||||
Reference in New Issue
Block a user