mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 10:41:32 +00:00
disable dbsync and prep for production
- bump version to 1.0 - disable dbsync - add reference app.conf file to aid in quickly re-enabling dbsync - upgrade hosted-app-utils to develop
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "streamline-emr",
|
"name": "streamline-emr",
|
||||||
"org": "streamline",
|
"org": "streamline",
|
||||||
"version": "0.1",
|
"version": "1.0",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"linux/arm64",
|
"linux/arm64",
|
||||||
"linux/amd64"
|
"linux/amd64"
|
||||||
|
|||||||
+1
-1
Submodule hosted-app-utils updated: b11cb5b8c7...3785af3094
@@ -9,22 +9,5 @@
|
|||||||
"district": "StreamlineEmr",
|
"district": "StreamlineEmr",
|
||||||
"name": "streamline_emr_config"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user