summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-17 09:24:30 +0300
committerGitHub <[email protected]>2021-02-17 09:24:30 +0300
commit0b6bc3a6043a769cd4aeb4cb9f88caf226ad4f29 (patch)
tree65465cd0596046de0304dc2968fccaf329b18bba /.rr.yaml
parentbb9dd8d3f46da089217e61efc3f058cfbba5ede3 (diff)
parent98dcf79ea7cabea3f45a55f69d425434bccdd72b (diff)
Merge pull request #547 from spiral/parse_env_variables
feat(config): Parse env variables in the config
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml21
1 files changed, 17 insertions, 4 deletions
diff --git a/.rr.yaml b/.rr.yaml
index adb36c46..2ce7b542 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -17,12 +17,25 @@ server:
relay: "pipes"
relay_timeout: 20s
+
# optional for development
logs:
- # default - development
- mode: development
- # default - debug
- level: error
+ # default
+ mode: debug
+ encoding: json
+ output: stderr
+ err_output: stderr
+ channels:
+ http:
+ mode: development
+ level: panic
+ encoding: console
+ output: stdout
+ server:
+ mode: production
+ level: info
+ encoding: json
+ output: stderr
# Workflow and activity mesh service
temporal: