From d647ac5d6fd049c06f60a57ceba157aa13c22569 Mon Sep 17 00:00:00 2001 From: Alec Turner Date: Thu, 3 Apr 2025 12:18:53 -0700 Subject: [PATCH] remove unused and outdated app.conf.dbsync This file is not currently used and doesn't need to be in the repo. The DB access info also did not match the current implementation. --- src/app.conf.dbsync | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 src/app.conf.dbsync diff --git a/src/app.conf.dbsync b/src/app.conf.dbsync deleted file mode 100644 index 000eeacb..00000000 --- a/src/app.conf.dbsync +++ /dev/null @@ -1,30 +0,0 @@ -{ - "name": "Streamline EMR", - "access": { - "username": "streamline_sysuser", - "password": "82CUF8UftjEx" - }, - "appconfig": { - "blockgraph": { - "district": "StreamlineEmr", - "name": "streamline_emr_config" - } - }, - "dbsync": { - "blockgraph": { - "district": "StreamlineEmr", - "name": "streamline_emr_data" - }, - "database": { - "type": "mysql", - "version": "8.0", - "name": "streamline", - "username": "root", - "password": "streamline", - "db_path": "/var/lib/mysql", - "logs_path": "/var/lib/mysql/logs", - "log_pattern": "bin.[0-9]*", - "source": "mysql-app-db" - } - } -} \ No newline at end of file