Added funkwhale draft and set variablesfor db ports

This commit is contained in:
2025-01-28 16:54:39 +01:00
parent 6f851973fa
commit 3244b7d62e
19 changed files with 62 additions and 32 deletions

View File

@@ -61,7 +61,7 @@ DB_CONNECTION=mysql
DB_DATABASE={{database_name}}
DB_HOST={{database_host}}
DB_PASSWORD="{{pixelfed_database_password}}"
DB_PORT=3306
DB_PORT="{{database_port}}"
DB_USERNAME={{database_username}}
## Cache (Redis)