File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 59
59
- key : SERVER_URL
60
60
scope : RUN_TIME
61
61
value : ${APP_URL}/api/app
62
+ - key : USE_LOCAL
63
+ scope : RUN_TIME
64
+ value : TRUE
62
65
- key : DO_SPACE
63
66
scope : RUN_TIME
64
67
value : opensigntw3d
@@ -75,14 +78,25 @@ spec:
75
78
- key : DO_REGION
76
79
scope : RUN_TIME
77
80
value : us-west
78
- - key : MAILGUN_API_KEY
81
+ - key : SMTP_ENABLE
82
+ scope : RUN_TIME
83
+ value : TRUE
84
+ - key : SMTP_HOST
85
+ scope : RUN_TIME
86
+ value : smtp.gmail.com
87
+ - key : SMTP_PORT
79
88
scope : RUN_TIME
80
- - key : MAILGUN_DOMAIN
89
+ value : 465
90
+ - key : SMTP_USER_EMAIL
81
91
scope : RUN_TIME
82
- - key : MAILGUN_SENDER
92
+
93
+ - key : SMTP_PASS
83
94
scope : RUN_TIME
95
+ value : ' oebh csfl qqql hvfo'
84
96
- key : PFX_BASE64
85
97
scope : RUN_TIME
98
+ - key : PASS_PHRASE
99
+ scope : RUN_TIME
86
100
- name : opensigndb
87
101
http_port : 27017
88
102
dockerfile_path : Dockerfile
You can’t perform that action at this time.
0 commit comments