This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Goals Update all configs for full singularity, update local config setup to talk to devnet # Implementation - also makes singularity params configurable by env var - makes verified deal attribute configurable - production docker compose (docker-compose.yml) is probably pretty close to what we want - local docker compose is just for running with local building of the repo -- not trying to get it to work with devnet - using this as a base to test prod deal making.
- Loading branch information
Showing
7 changed files
with
162 additions
and
14 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 @@ | ||
SINGULARITY_TAG=v0.3.2 | ||
MOTION_STORAGE_PROVIDERS= | ||
#MOTION_PRICE_PER_GIB_EPOCH= | ||
#MOTION_PRICE_PER_GIB= | ||
#MOTION_PRICE_PER_DEAL= | ||
#MOTION_DEAL_START_DELAY= | ||
#MOTION_DEAL_DURATION= | ||
#MOTION_VERIFIED_DEAL= | ||
#LOTUS_TEST= | ||
#LOTUS_API= | ||
#LOTUS_TOKEN= | ||
#MOTION_SINGULARITY_MAX_CAR_SIZE= | ||
#MOTION_SINGULARITY_PACK_THRESHOLD= | ||
#MOTION_SINGULARITY_SCHEDULE_CRON= | ||
#MOTION_SINGULARITY_SCHEDULE_DEAL_NUMBER= | ||
MOTION_WALLET_KEY= | ||
SINGULARITY_CONTENT_PROVIDER_DOMAIN= |
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 +1,3 @@ | ||
extern | ||
extern | ||
.env | ||
.env.local |
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
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