support mariadb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user