-
Notifications
You must be signed in to change notification settings - Fork 3
/
env.yml.example
61 lines (57 loc) · 1.15 KB
/
env.yml.example
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
53
54
55
56
57
58
59
60
# HOW TO USE:
#
# 1 Add environment variables for the various stages here
# 2 Rename this file to env.yml and uncomment it's usage
# in the serverless.yml.
# 3 Make sure to not commit this file.
dev:
IH_FALLBACK_URL: https://image.handler.com/fallback/url?q={gtin}
AWS_BUCKET: my-bucket-dev
DEBUG: gtin-cloud
EANDATA_KEY:
IM_USER:
IM_PASS:
KWIKEE_KEY:
TESCO_KEY:
DIGITEYES_APPKEY:
DIGITEYES_AUTHKEY:
CDN_BASE:
QUEUE_PATH:
SYNDIGO_URL:
SYNDIGO_USERNAME:
SYNDIGO_SECRET:
SYNDIGO_DATAOWNERID:
test:
IH_FALLBACK_URL: https://image.handler.com/fallback/url?q={gtin}
AWS_BUCKET: my-bucket-dev
DEBUG: gtin-cloud
EANDATA_KEY:
IM_USER:
IM_PASS:
KWIKEE_KEY:
TESCO_KEY:
DIGITEYES_APPKEY:
DIGITEYES_AUTHKEY:
CDN_BASE:
QUEUE_PATH:
SYNDIGO_URL:
SYNDIGO_USERNAME:
SYNDIGO_SECRET:
SYNDIGO_DATAOWNERID:
prod:
IH_FALLBACK_URL: https://image.handler.com/fallback/url?q={gtin}
AWS_BUCKET: my-bucket
DEBUG: gtin-cloud
EANDATA_KEY:
IM_USER:
IM_PASS:
KWIKEE_KEY:
TESCO_KEY:
DIGITEYES_APPKEY:
DIGITEYES_AUTHKEY:
CDN_BASE:
QUEUE_PATH:
SYNDIGO_URL:
SYNDIGO_USERNAME:
SYNDIGO_SECRET:
SYNDIGO_DATAOWNERID: