Commit graph

24 commits

Author SHA1 Message Date
19bba29a01 simplifications, remove unused code 2024-06-29 20:23:52 +02:00
ac903f1f19 config, storage: from-env for overriding settings via env-data 2024-06-29 09:55:24 +02:00
5b41d12756 use config class for storage setup (instead of prop list) 2024-06-29 09:33:02 +02:00
df9ee430af more config simplifications with config:*root* and config:*current* 2024-06-27 10:09:04 +02:00
5278b2551c simplify config setup, using *root* special variable 2024-06-27 09:16:55 +02:00
c3f4c20a75 provide shutdown for root service, calling shutdown for all child services 2024-06-25 17:35:35 +02:00
6d34ac7359 move additional config functionality from core to config 2024-06-22 10:56:31 +02:00
cec817b03a use add-config for web server and client; +env-override; + fixes 2024-06-21 11:20:35 +02:00
d3187747ef provide env-slots on child config to control overriding settings from env 2024-06-21 09:53:15 +02:00
1d08d653e9 work in progress: server - basic config, start with dummy app 2024-06-17 15:43:11 +02:00
1986c37933 scopes/core basics - work in progress 2024-06-10 08:04:33 +02:00
8611caaa8f use more general term context (instead of service) 2024-06-09 10:17:33 +02:00
27542c5c40 hierarchical config, fetch env data from root config when updating slots of child 2024-06-07 19:35:46 +02:00
81043d0e35 work in progress: config items hierarchy (root, children, parent, ...) 2024-06-07 16:34:58 +02:00
5a63a1034d move update of slot values to separate function 2024-06-07 14:00:20 +02:00
ebd7275b8a use hash-table for storing env-data - no override slots! 2024-06-07 12:06:49 +02:00
93443ae652 remove obsolete print statements 2024-06-04 15:49:13 +02:00
45089fe20b basic config processing OK: override slot values via .env file or OS environment 2024-06-04 15:32:04 +02:00
1a4be837d7 work in progress: config processing: override slot values via .env or OS environment 2024-06-04 14:10:45 +02:00
5253c83ed5 work in progress: config processing 2024-06-04 11:16:24 +02:00
d85453096e move pathname handling to new util package, and to testing package 2024-06-03 18:25:12 +02:00
8879a6ffa7 improve pathname handling: correctly handle file types and leading dots 2024-06-03 16:48:04 +02:00
476234f6c1 pathname experiments for safe access to config file(s) from tests and apps 2024-06-03 15:17:09 +02:00
8e81da1bc9 work in progess: config, test-config 2024-06-02 18:54:27 +02:00