From 7e5693582f714cfcc9b3adda6c166c4d086847a6 Mon Sep 17 00:00:00 2001 From: vicent Date: Thu, 9 Mar 2023 13:31:39 +0100 Subject: [PATCH] config in production --- config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.yml b/config.yml index 4fb5897..60dde7d 100644 --- a/config.yml +++ b/config.yml @@ -1,14 +1,14 @@ arcId: 1 port: 1234 -ip: 1.2.3.4 +ip: 10.1.16.1 env: dev -interval: 3000 +interval: 1000 reconnectInterval: 5000 -counterInterval: 1000 db: - host: host - port: 3307 - user: user - password: password - multipleStatements: false - insecureAuth: true + host: db.verdnatura.es + port: 3308 + database: vn + user: arc + password: c57180a7bMD% + multipleStatements: true + insecureAuth: true \ No newline at end of file