diff --git a/config.json b/config.json index d06c4379..dce1b20a 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "name": "streamline-emr", "org": "streamline", - "version": "0.1", + "version": "1.0", "platforms": [ "linux/arm64", "linux/amd64" diff --git a/hosted-app-utils b/hosted-app-utils index b11cb5b8..3785af30 160000 --- a/hosted-app-utils +++ b/hosted-app-utils @@ -1 +1 @@ -Subproject commit b11cb5b8c770ff5d325625d87950ac055b71b677 +Subproject commit 3785af3094b2b92f6daceb670e7bbb7a5d83d369 diff --git a/src/app.conf b/src/app.conf index 000eeacb..289af477 100644 --- a/src/app.conf +++ b/src/app.conf @@ -9,22 +9,5 @@ "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 diff --git a/src/app.conf.dbsync b/src/app.conf.dbsync new file mode 100644 index 00000000..000eeacb --- /dev/null +++ b/src/app.conf.dbsync @@ -0,0 +1,30 @@ +{ + "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