-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
50 lines (39 loc) · 1.03 KB
/
.env.example
File metadata and controls
50 lines (39 loc) · 1.03 KB
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
# Hello Storage Envs
APP_PORT=8080
APP_ENV=dev
# token
TOKEN_SYMMETRIC_KEY=67345678901234567670121453589074
ACCESS_TOKEN_DURATION=15m
REFRESH_TOKEN_DURATION=24h
# Postgres
POSTGRES_HOST=localhost
POSTGRES_DB=hello
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
PGPASSWORD=postgres
POSTGRES_MOCK_HOST=localhost
POSTGRES_MOCK_DB=mockhello
POSTGRES_MOCK_USER=postgres
POSTGRES_MOCK_PASSWORD=postgres
POSTGRES_MOCK_PORT=5432
# Redis
Redis_Url=redis:6379
RedisPassword=
# FileBase Credential
FILEBASE_ACCESS_KEY=access_key
FILEBASE_SECRET_KEY=access_key
FILEBASE_PINNING_KEY=access_key
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
FILEBASE_ENDPOINT=https://s3.filebase.com
FILEBASE_REGION=us-east-1
WASABI_ACCESS_KEY=access_key
WASABI_SECRET_KEY=access_key
WASABI_ENDPOINT=s3.eu-central-2.wasabisys.com
WASABI_BUCKET=hello-storage
WASABI_REGION=us-east-1
ENCRYPTION_KEY=ThIS_Is_A_32ByTE_LoNG_STrING_123
NODEJS_SERVER_ENDPOINT=http://nodejs-server:3000
ETHERMAIL_API_KEY=ethermail_api_key
ETHERMAIL_API_SECRET=ethermail_api_secret