-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1223 from input-output-hk/fix/LW-10312_activate_p…
…ool_delisting-schedule fix: add needed params in the docker composer file to activate batch pool delisting
- Loading branch information
Showing
16 changed files
with
19 additions
and
27 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
Empty file.
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
METADATA_FETCH_MODE="smash" | ||
SMASH_URL="http://cardano-smash:3100/api/v1" | ||
SCHEDULES="environments/.schedule.local.json" | ||
SCHEDULES="/config/schedules.json" |
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,5 +1,5 @@ | ||
HANDLE_POLICY_IDS=${HANDLE_POLICY_IDS:-f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a} | ||
METADATA_FETCH_MODE="smash" | ||
SMASH_URL="https://smash.cardano-mainnet.iohk.io/api/v1" | ||
SCHEDULES="environments/.schedule.mainnet.json" | ||
SCHEDULES="/config/schedules.json" | ||
TOKEN_METADATA_SERVER_URL="https://tokens.cardano.org" |
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,4 +1,4 @@ | ||
HANDLE_POLICY_IDS=${HANDLE_POLICY_IDS:-f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a} | ||
OGMIOS_PORT=${OGMIOS_PORT:-1339} | ||
METADATA_FETCH_MODE="smash" | ||
SCHEDULES="environments/.schedule.preprod.json" | ||
SCHEDULES="/config/schedules.json" |
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,4 +1,4 @@ | ||
HANDLE_POLICY_IDS=${HANDLE_POLICY_IDS:-f0ff48bbb7bbe9d59a40f1ce90e9e9d0ff5002ec48f232b49ca0fb9a} | ||
OGMIOS_PORT=${OGMIOS_PORT:-1340} | ||
METADATA_FETCH_MODE="smash" | ||
SCHEDULES="environments/.schedule.preview.json" | ||
SCHEDULES="/config/schedules.json" |
10 changes: 0 additions & 10 deletions
10
packages/cardano-services/environments/.schedule.preprod.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
packages/cardano-services/environments/.schedule.preview.json
This file was deleted.
Oops, something went wrong.
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,3 +1,5 @@ | ||
# Cardano JS SDK | Docker Composer Environment Variables | ||
|
||
This folder holds environment variable files for various Docker composer setups. The `.env` files are referenced in the `../package.json` file. | ||
`schedules.json` file contains configuration for pg-boss schedules. The file can be copy-pasted separately for each network and each network can use it's own file specified in `.env.*`. | ||
`schedules.json` file is attached as a volume while running our Docker Compose setup in `../docker-compose.yml`. |
File renamed without changes.
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
File renamed without changes.