-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yml
48 lines (41 loc) · 914 Bytes
/
config.yml
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
db:
# select which db to use
select: mongo
# the flowify document database
dbname: test
# mongo:
config:
# Mongo fields
# (FLOWIFY_)DB_CONFIG_ADDRESS=...
# url to database
address: localhost
# port where mongo is listening
port: 27017
# Cosmos fields
# export (FLOWIFY_)DB_CONFIG_CREDENTIALS=...
credentials: SET_FROM_ENV
kubernetes:
# how to locate the kubernetes server
kubeconfigpath: SET_FROM_ENV
# the namespace containing the flowify configuration and setup
namespace: flowify
auth:
handler: azure-oauth2-openid-token
config:
issuer: sandbox
audience: flowify
# keysurl: http://localhost:32023/jwkeys/
keysurl: SET_FROM_ENV
#auth:
# handler: disabled-auth
# config:
# uid: "0"
# name: Auth Disabled
# email: [email protected]
# roles:
# - tester
# - dummy
logging:
loglevel: info
server:
port: 8842