-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
39 lines (29 loc) · 1021 Bytes
/
.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
Environment="dev"
Logs.Slack.Webhook="<Slack.Webhook>"
Database.Url="<Database.Url>"
REDIS_HOST="127.0.0.1"
REDIS_PORT="6379"
REDIS_USERNAME=""
REDIS_PASSWORD=""
SERVICE_NAME="Common-Development"
SERVICE_VERSION="1.9.12"
# Logger.Database.Requests=true
Circle.BaseUrl="https://api-sandbox.circle.com/v1"
Circle.ApiKey="<Circle.ApiKey>"
Sendgrid.ApiKey="<Sendgrid.ApiKey>"
Sendgrid.Default.From.Email="support@common.io"
Sendgrid.Default.From.Name="Daostack Common Support"
Proposals.Join.Countdown=57600
Proposals.Funding.Countdown=259200
Authentication.Mock=1
Constraints.Discussions.MaxPerProposal=5
FIREBASE_TYPE="<firebase-thing>"
FIREBASE_PROJECT_ID="<firebase-thing>"
FIREBASE_PRIVATE_KEY_ID="<firebase-thing>"
FIREBASE_API_KEY="<firebase-thing>"
FIREBASE_PRIVATE_KEY="<firebase-thing>"
FIREBASE_CLIENT_ID="<firebase-thing>"
FIREBASE_AUTH_URI="<firebase-thing>"
FIREBASE_TOKEN_URI="<firebase-thing>"
FIREBASE_AUTH_PROVIDER_X509_CERT_URL="<firebase-thing>"
FIREBASE_CLIENT_X509_CERT_URL="<firebase-thing>"