forked from getfider/fider
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.test.env
36 lines (27 loc) · 876 Bytes
/
.test.env
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
GO_ENV=test
LOG_LEVEL=DEBUG
HOST_MODE=multi
DATABASE_URL=postgres://fider_test:fider_test_pw@localhost:5566/fider_test?sslmode=disable
HOST_DOMAIN=test.fider.io
JWT_SECRET=SOME_RANDOM_TOKEN_JUST_FOR_TESTING
BLOB_STORAGE=s3
BLOB_STORAGE_S3_ENDPOINT_URL=http://localhost:9000
BLOB_STORAGE_S3_REGION=us-east-1
BLOB_STORAGE_S3_ACCESS_KEY_ID=s3user
BLOB_STORAGE_S3_SECRET_ACCESS_KEY=s3user-s3cr3t
BLOB_STORAGE_S3_BUCKET=test-bucket
BLOB_STORAGE_FS_PATH=./testdata/tmp/fs_test
CDN_HOST=
OAUTH_FACEBOOK_APPID=FB_CL_ID
OAUTH_FACEBOOK_SECRET=FB_CL_SECRET
OAUTH_GOOGLE_CLIENTID=GO_CL_ID
OAUTH_GOOGLE_SECRET=GO_CL_SECRET
OAUTH_GITHUB_CLIENTID=GH_CL_ID
OAUTH_GITHUB_SECRET=GH_CL_SECRET
EMAIL_SMTP_HOST=localhost
EMAIL_SMTP_PORT=1234
EMAIL_SMTP_USERNAME=us3r
EMAIL_SMTP_PASSWORD=p4ss
EMAIL_MAILGUN_API=mys3cr3tk3y
EMAIL_MAILGUN_DOMAIN=mydomain.com