You've already forked pigallery2
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user