forked from environmentalinformatics-marburg/tubedb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsdb_paths.ini
136 lines (123 loc) · 4.02 KB
/
tsdb_paths.ini
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
[tsdb_paths]
# # ------------begin-of-documentation-------------------
#
# # TubeDB config file
#
# #syntax: ini-file with one section: [tsdb_paths] follwed by ini-key-value-pairs: [key] = [value]
#
# All settings do have default values.
# So TubeDB can be run without activating settings.
#
# # folder of meta data config files
# CONFIG_PATH = config
#
# # folder of database storage files
# STORAGE_PATH = storage
#
# # folder of some processing
# OUTPUT_PATH = output
#
# # folder with web based user interface files for client side (e.g. HTML, JavaScript).
# WEBCONTENT_PATH = webcontent
#
# # temporary folder with generated zip-archives from timeseries export
# WEBDOWNLOAD_PATH = webDownload
#
# # User generated content that is included in Web user interface.
# WEBFILES_PATH = webFiles
#
# # TubeDB URL base prefix (empty per default)
# WEB_SERVER_PREFIX_BASE_URL =
#
# # HTTP port of web server for web UI and API
# WEB_SERVER_PORT = 8080
#
# # Sensors that are marked 'internal' are not listed in API methods.
# HIDE_INTENAL_SENSORS = true
#
# # Request user and password for API and web UI.
# WEB_SERVER_LOGIN = false
#
# # Show only one region in API and web UI. (short name is used e.g. BE or KI) (empty per default) If not set all regions are shown.
# JUST_ONE_REGION =
#
# # --- following settings are project specific !! obsolete: use file "import.ini" ---
#
# # -- Exploratories --
#
# # folder of Exploratories generic UDBF binary logger data files
# SOURCE_BE_TSM_PATH = source/be_tsm
#
# # folder of Exploratories external generic CSV text logger data files
# SOURCE_BE_GEN_PATH = source/be_gen
#
# # -- Kilimanjaro --
#
# # folder of Kilimanjaro generic ASC text logger data files
# SOURCE_KI_TSM_PATH = source/ki_tsm
#
# # folder of Kilimanjaro specific CSV text logger data files
# SOURCE_KI_TFI_PATH = source/ki_tfi
#
# # -- South Africa --
#
# # folder of South Africa generic TSA (Time-Series-Archiv) binary logger data files
# SOURCE_SA_DAT_PATH = source/sa_dat
#
# # -- South Africa Own --
#
# # folder of South Africa Own generic ASC text logger data files
# SOURCE_SA_OWN_PATH = source/sa_own
#
# # -- Myanmar --
#
# # folder of Myanmar generic ASC text logger data files
# SOURCE_MM_PATH = source/mm
#
# # -- Bavaria --
#
# # folder of Bavaria generic ASC text logger data files
# SOURCE_BA_PATH = source/ba
#
# # folder of Bavaria generic CSV text logger data files
# SOURCE_BA_REF_PATH = source/ba_ref
#
# # ------------end-of-documentation-------------------
#CONFIG_PATH = config
STORAGE_PATH = C:/timeseriesdatabase_storage
#SOURCE_BE_TSM_PATH = C:/timeseriesdatabase_source/be_tsm
#SOURCE_BE_TSM_PATH = C:/timeseriesdatabase_source/be_tsm_sub
#SOURCE_BE_TSM_PATH = C:/timeseriesdatabase_source/be_tsm_aet06
#SOURCE_BE_TSM_PATH = C:/timeseriesdatabase_source/be_tsm_target
#SOURCE_BE_GEN_PATH = C:/timeseriesdatabase_source/be_gen
#SOURCE_KI_TSM_PATH = C:/timeseriesdatabase_source/ki_tsm
#SOURCE_KI_TFI_PATH = C:/timeseriesdatabase_source/ki_tfi
#SOURCE_SA_DAT_PATH = C:/timeseriesdatabase_source/sa/dat
#SOURCE_SA_OWN_PATH = C:/timeseriesdatabase_source/sa_own
#SOURCE_MM_PATH = C:/timeseriesdatabase_source/mm
#SOURCE_BA_PATH = C:/timeseriesdatabase_source/ba
#SOURCE_BA_REF_PATH = C:/timeseriesdatabase_source/ba_ref
OUTPUT_PATH = C:/timeseriesdatabase_output
#WEBCONTENT_PATH = webcontent
WEBDOWNLOAD_PATH = C:/timeseriesdatabase_download
WEBFILES_PATH = C:/timeseriesdatabase_webFiles
#WEB_SERVER_PREFIX_BASE_URL =
#WEB_SERVER_PORT = 8080
#JUST_ONE_REGION = BE
#JUST_ONE_REGION = BEf
#JUST_ONE_REGION = KI
#JUST_ONE_REGION = SA
#JUST_ONE_REGION = SA_OWN
#JUST_ONE_REGION = MM
#JUST_ONE_REGION = BA
#JUST_ONE_REGION = BALE
#JUST_ONE_REGION = BURGWALD
#JUST_ONE_REGION = CALDERN
#JUST_ONE_REGION = TREETALKER_TEST
#JUST_ONE_REGION = be_treetalker_test
#JUST_ONE_REGION = nature40_audio
HIDE_INTENAL_SENSORS = false
WEB_SERVER_LOGIN = false
IOT_API = true
WEB_SERVER_HTTPS = true
WEB_SERVER_JWS_PORT = 8000