-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy path.env.tpl
More file actions
39 lines (29 loc) · 1023 Bytes
/
.env.tpl
File metadata and controls
39 lines (29 loc) · 1023 Bytes
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
CLUSTER_API_URL=http://ipfs-cluster:9094
CLUSTER_BASIC_AUTH_TOKEN=dGVzdDp0ZXN0
DATABASE_CONNECTION=postgresql://postgres:postgres@db:5432/postgres
DATABASE_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJzdXBhYmFzZSIsImlhdCI6MTYwMzk2ODgzNCwiZXhwIjoyNTUwNjUzNjM0LCJyb2xlIjoic2VydmljZV9yb2xlIn0.necIJaiP7X2T2QjGeV-FhpkizcNTX8HjDDBAxpgQTEI
DATABASE_URL=http://post-rest:3000
DEBUG=true
ENV=dev
LOGTAIL_TOKEN=secret
# needs to be real so create a personal magic.link account or use the staging key
MAGIC_SECRET_KEY=INSERT_MAGIC_SECRET_KEY
MAILCHIMP_API_KEY=secret
METAPLEX_AUTH_TOKEN=metaplex-test-token
PRIVATE_KEY=xmbtWjE9eYuAxae9G65lQSkw36HV6H+0LSFq2aKqVwY=
SALT=secret
## API Sentry
SENTRY_DSN=https://000000@0000000.ingest.sentry.io/00000
SENTRY_TOKEN=secret
SENTRY_UPLOAD=false
## S3
MAINTENANCE_MODE=rw
S3_ENDPOINT='http://localhost:9095'
S3_REGION='test'
S3_ACCESS_KEY_ID='test'
S3_SECRET_ACCESS_KEY='test'
S3_BUCKET_NAME='test'
## Git
VERSION=development
COMMITHASH=development-hash
BRANCH=development