-
Notifications
You must be signed in to change notification settings - Fork 21
/
.env.example
94 lines (81 loc) · 3.52 KB
/
.env.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Base path
BASE_PATH=http://localhost:8080
# Build environment
NODE_ENV=development
# Blockchain API URL
ETHEREUM_NODE_ENDPOINT=http://localhost:8545
# Service Endpoints
API_SERVICE_EXTERNAL=http://api.circles.local
GRAPH_NODE_EXTERNAL=http://graph.circles.local
PATHFINDER_SERVICE_ENDPOINT=http://localhost:8081
RELAY_SERVICE_EXTERNAL=http://relay.circles.local
# Database Endpoints
DATABASE_SOURCE=graph
# Pathfinder Type 'cli' or 'server'.
# The core library can get the transfer steps from a pathfinder service ('server'), or from the circles-api that uses the cli tool ('cli')
PATHFINDER_TYPE=server
# Smart Contract addresses of 1.3.0 version
HUB_ADDRESS=0xCfEB869F69431e42cdB54A4F4f105C19C080A601
PROXY_FACTORY_ADDRESS=0x9b1f7F645351AF3631a656421eD2e40f2802E6c0
SAFE_ADDRESS=0x2612Af3A521c2df9EAF28422Ca335b04AdF3ac66
SAFE_DEFAULT_CALLBACK_HANDLER=0x67B5656d60a809915323Bf2C40A8bEF15A152e3e
# Relayer address
SAFE_FUNDER_ADDRESS=0x1dF62f291b2E969fB0849d99D9Ce41e2F137006e
# Blockchain explorer URL (blockscout.com etc.)
EXPLORER_URL=https://blockscout.com/poa/xdai/address/:address
# Graph node
SUBGRAPH_NAME=circlesubi/circles-subgraph
# Pathfinder configuration
PATHFINDER_TYPE=cli
PATHFINDER_SERVICE_ENDPOINT=https://example.test
# Sentry API
SENTRY_DSN_URL=
# Show APP NOTES to users
#
# Downtime app note message when Product Owner is not reachable:
# USER_NOTIFICATION="Sorry our system is facing some issues and we are working to fix them ASAP. Once fixed, everything will be back to normal, like your UBI and wallet balance. Thank you for your patience!"
#
# Notification: here you can insert valid html elements inside of it. Example: "This is a valid <a href="#">link</a>"
USER_NOTIFICATION=
# Background color defaults to "blue" (#6CC1C5). Other options: Not yet available
USER_NOTIFICATION_BACKGROUND_COLOR=
# Icons can be any icon that is defined in iconSelector in icons.js
# Undefined icon defaults to iconBrowser (an eye in awindow)
USER_NOTIFICATION_ICON=
# Background color defaults to "white" (#fffcfe). Other options: Not yet available
USER_NOTIFICATION_ICON_COLOR=
# Customizable overrides for specific views (same options)
# Dashboard for all wallets
USER_NOTIFICATION_DASHBOARD=
USER_NOTIFICATION_DASHBOARD_ICON=
USER_NOTIFICATION_DASHBOARD_ICON_COLOR=
USER_NOTIFICATION_DASHBOARD_BACKGROUND_COLOR=
# Error screen - when the app is down
USER_NOTIFICATION_ERROR=
USER_NOTIFICATION_ERROR_ICON=
USER_NOTIFICATION_ERROR_ICON_COLOR=
USER_NOTIFICATION_ERROR_BACKGROUND_COLOR=
# Log in view
USER_NOTIFICATION_LOGIN=
USER_NOTIFICATION_LOGIN_ICON=
USER_NOTIFICATION_LOGIN_ICON_COLOR=
USER_NOTIFICATION_LOGIN_BACKGROUND_COLOR=
# Onboarding for all wallets
USER_NOTIFICATION_ONBOARDING=
USER_NOTIFICATION_ONBOARDING_ICON=
USER_NOTIFICATION_ONBOARDING_ICON_COLOR=
USER_NOTIFICATION_ONBOARDING_BACKGROUND_COLOR=
# Validation view where user awaits validation trust from 3 users
USER_NOTIFICATION_VALIDATION=
USER_NOTIFICATION_VALIDATION_ICON=
USER_NOTIFICATION_VALIDATION_ICON_COLOR=
USER_NOTIFICATION_VALIDATION_BACKGROUND_COLOR=
# BEHAVIOUR: If customized notification is defined it is shown, else the
# default user notification is shown if defined, else nothing
# Same behaviour applies to icon and colors. You can use USER_NOTIFICATION as text and combine it
# with customized icons or colors in each view. Or specify a universal icon and customize text.
# LocalStorage namespace
# @WARNING: Changing this will reset all users accounts as they will loose
# access to their former LocalStorage data. This should only be used for
# breaking app releases!
STORAGE_NAMESPACE=