support mariadb

This commit is contained in:
2025-08-20 11:32:01 +02:00
parent 2ff413efd3
commit faedb4c80c
3 changed files with 26 additions and 2 deletions

View File

@@ -11,5 +11,13 @@ flavor=dev
database_name=nextcloud_$flavor
username=nextcloud_$flavor
# postgres
db_port=5432
db_hostname=127.0.0.1
dbtype_nextcloude=pgsql
# mariadb/mysql
db_port=3306
db_hostname=127.0.0.1
dbtype_nextcloud=mysql