-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
52 lines (52 loc) · 1.45 KB
/
values.yaml
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
deployment:
namespace: "dev" # '-digits' will be appended
labels:
environment: "dev"
mongo:
secrets:
mongoKey: |
ahaksdnqsakdqnajhvckqaafnxasxaxaxmaskdadadsasfsdsdfsf
schcacnctcacncuadasdadadfbsasddfbadadwsioweewvaas
dfasasakjsvnaa
mongoRootPassword: "c2hhbnRhbnViYW5zYWw=" # random base64 encoding of your choice
digitsDbPassword: "Y2hhbmdldGhlc2VwYXNzd29yZHM=" # base64 of the api.main.config.dbUrl's password value
api:
main:
config: |
module.exports = {
dbUrl: 'mongodb://digits:[email protected]:27017/digits_db',
Secret: 'changethissecret',
EXPIRES: 606024,
stripeKey: '',
stripeWebhookSecret: '',
apiHost: {
altData: 'http://api-altdata:6000'
, tdaData: 'http://api-tda:6001'
, mlData: 'http://api-ml:7000'
}
}
tda:
config: |
module.exports = {
consumer: ''
, servicePort: 6001
, tdaHost: 'https://api.tdameritrade.com'
}
altdata:
config: |
module.exports = {
servicePort: 6000
, newsApi: ''
, googleKey: ''
, googleCx: ''
}
ml:
config: |
[DEFAULT]
open_ai=
google_search=
google_cx=
twitter_consumer=
twitter_consumer_secret=
twitter_token=
twitter_key=