-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathactinia.cfg
More file actions
28 lines (24 loc) · 767 Bytes
/
actinia.cfg
File metadata and controls
28 lines (24 loc) · 767 Bytes
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
[GRASS]
grass_database = /actinia_core/grassdb
grass_user_database = /actinia_core/userdata
grass_tmp_database = /actinia_core/workspace/temp_db
grass_resource_dir = /actinia_core/resources
grass_gis_base = /usr/local/grass
grass_gis_start_script = /usr/local/bin/grass
grass_addon_path = /root/.grass8/addons/
[API]
plugins = ["actinia_cloudevent_plugin"]
force_https_urls = False
[KVDB]
kvdb_server_url = localhost
kvdb_server_pw = pass
kvdb_resource_expire_time = 864001
worker_logfile = /actinia_core/workspace/tmp/actinia_worker.log
[LOGGING]
log_stdout_format = colored
log_level = 3
[MISC]
tmp_workdir = /actinia_core/workspace/tmp
download_cache = /actinia_core/workspace/download_cache
secret_key = token_signing_key_changeme
save_interim_results = True