Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 053f471

Browse files
committed
Add .env.test file used in integration tests
1 parent 5895891 commit 053f471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.env.test

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export BASE="https://example.com"
2+
export CLIENT_ID="42"
3+
export CLIENT_SECRET="s3cr3t"
4+
export REDIRECT="urn:ietf:wg:oauth:2.0:oob"
5+
export TOKEN="t0k3n"
6+
export MEILI_HTTP_ADDR="0.0.0.0:7700"
7+
export MEILI_URI="http://${MEILI_HTTP_ADDR}"
8+
export MEILI_MASTER_KEY=""
9+
export TAG_FILE="./job_tags.txt"

0 commit comments

Comments
 (0)