1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-22 00:27:39 +02:00

adding mysql port to configs

This commit is contained in:
Patrik J. Braun
2020-01-29 16:15:00 +01:00
parent bf784d1b1c
commit 73fee438ec
3 changed files with 19 additions and 9 deletions

View File

@@ -174,7 +174,7 @@ export class SQLConnection {
driver = {
type: 'mysql',
host: config.mysql.host,
port: 3306,
port: config.mysql.port,
username: config.mysql.username,
password: config.mysql.password,
database: config.mysql.database,