-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5185d04
commit 92e5ef8
Showing
3 changed files
with
78 additions
and
32 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
export TIROS_DEBUG=true | ||
export TIROS_RUN_DATABASE_HOST=localhost | ||
export TIROS_RUN_DATABASE_NAME=tiros_test | ||
export TIROS_RUN_DATABASE_PASSWORD=password | ||
export TIROS_RUN_DATABASE_PORT=5432 | ||
export TIROS_RUN_DATABASE_SSL_MODE=disable | ||
export TIROS_RUN_DATABASE_USER=tiros_test | ||
export TIROS_RUN_KUBO_API_PORT=5001 | ||
export TIROS_RUN_KUBO_HOST=ipfs | ||
export TIROS_RUN_LOOKUP_PROVIDERS=false | ||
export TIROS_RUN_REGION=local | ||
export TIROS_IPFS_IMPLEMENTATION=KUBO | ||
export TIROS_RUN_SETTLE_TIMES=10 # <- set the first 1 to something larger to wait x number of seconds before the first request is made | ||
export TIROS_RUN_TIMES=1 | ||
export TIROS_RUN_WEBSITES=filecoin.io # <- you can add comma separated values here | ||
export TIROS_UDGER_DB_PATH=./udgerdb_v3.dat # can be left blank if you don't have the DB handy | ||
|
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