We don't need a port if we use the local mysql
This commit is contained in:
parent
c8dca6a6cc
commit
8f80988875
|
@ -55,9 +55,8 @@
|
||||||
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
|
# Nextcloud PostegreSQL database configuration, recommended over using SQLite
|
||||||
dbtype = "mysql";
|
dbtype = "mysql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
dbhost = "/run/mysql";
|
dbhost = "mysql";
|
||||||
dbname = "NC";
|
dbname = "NC";
|
||||||
dbport = 3306;
|
|
||||||
dbpassFile = config.sops.secrets."nextclouddb".path;
|
dbpassFile = config.sops.secrets."nextclouddb".path;
|
||||||
|
|
||||||
#TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
|
#TODO: work with sops to set this instead of a file & make sure the db setup is the same as on the previous server for easy migration
|
||||||
|
|
Loading…
Reference in a new issue