-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding jest.setup.ts env.test setup to armory project as well
- Loading branch information
1 parent
1948e09
commit ed4753f
Showing
3 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# IMPORTANT: The variables defined here will override other variables. | ||
# See `./apps/armory/jest.setup.ts`. | ||
|
||
NODE_ENV=test | ||
|
||
PORT=3005 | ||
|
||
ARMORY_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/armory_test?schema=public" | ||
|
||
REDIS_HOST=localhost | ||
REDIS_PORT=6379 | ||
|
||
PRICE_FEED_PRIVATE_KEY="0xc7a1b8ba040a238e36058fc5693f801d129aca9f10ed30d0133878f1b9147c01" | ||
HISTORICAL_TRANSFER_FEED_PRIVATE_KEY="0xf5c8f17cc09215c5038f6b8d5e557c0d98d341236307fe831efdcdd7faeef134" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters