-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathohas.toml
27 lines (24 loc) · 1.58 KB
/
ohas.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[server]
port = "9595" # define port number to run the service. It's your responsibility to select an unused port number.
[files]
guideline_file = "guideline_hearts.json" # name of the guideline JSON file
guideline_content_file = "guideline_hearts_content.json" # name of the guideline content JSON file
goal_file = "goals_hearts.json" # name of the goal JSON file
goal_content_file = "goals_hearts_content.json" # name of the goal content JSON file
careplan_file = "careplan_conditions.json" # name of the careplan conditions JSON file
careplan_content_file = "careplan_content.json" # name of the careplan content JSON file
log_file = "ohas-logs.db" # name of the logs database file
[directories]
guideline_path = "/contents" # path of the directory for guideline JSON and guideline content JSON file
goal_path = "/contents" # path of the directory for goal JSON and goal content JSON file
careplan_path = "/contents" # path of the directory for careplan JSON and careplan content JSON file
log_file_path = "/ohaslogs" # path of the log file
[cloud]
cloud_enable = false
cloud_bucket_name = ""
cloud_config_file = ""
cloud_db_host = ""
cloud_db_port = ""
cloud_db_name = ""
cloud_db_user = ""
cloud_db_password = ""