forked from hashgraph/guardian
-
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.
Integrate multi env feature Service Env can Override configs folder in dockerfile & managed GUARDIAN_ENV docs Signed-off-by: otherNet <[email protected]>
- Loading branch information
Showing
58 changed files
with
23,751 additions
and
29,124 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,5 @@ | ||
## GUARDIAN ECOSYSTEM ENVIRONMENT NAME | ||
# if you already started to use actively Guardian leave GUARDIAN_ENV empty | ||
# when you want to use it as usual | ||
# if you want to use a new environment configure GUARDIAN_ENV with a significative environment name | ||
GUARDIAN_ENV="" |
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
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,9 +1 @@ | ||
ENV="develop" | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="api-gateway" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
#MQ_MESSAGE_CHUNK=5000000 | ||
#RAW_REQUEST_LIMIT="1gb" | ||
#JSON_REQUEST_LIMIT="1mb" | ||
GUARDIAN_ENV="" |
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,8 +1,8 @@ | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="message-broker" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="api-gateway" | ||
MRV_ADDRESS="http://message-broker:3003/mrv" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
#MQ_MESSAGE_CHUNK=5000000 | ||
#RAW_REQUEST_LIMIT="1gb" | ||
#JSON_REQUEST_LIMIT="1mb" |
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,8 @@ | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="api-gateway" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
#MQ_MESSAGE_CHUNK=5000000 | ||
#RAW_REQUEST_LIMIT="1gb" | ||
#JSON_REQUEST_LIMIT="1mb" |
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,8 @@ | ||
HEDERA_NET="" | ||
PREUSED_HEDERA_NET="" | ||
MQ_ADDRESS="" | ||
SERVICE_CHANNEL="api-gateway" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
#MQ_MESSAGE_CHUNK=5000000 | ||
#RAW_REQUEST_LIMIT="1gb" | ||
#JSON_REQUEST_LIMIT="1mb" |
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,16 +1 @@ | ||
ENV="develop" | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="auth-service" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="localhost" | ||
DB_DATABASE="auth_db" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
#HASHICORP_USEAL_KEY="" | ||
#IMPORT_KEYS_FROM_DB=1 | ||
#MQ_MESSAGE_CHUNK=5000000 | ||
GUARDIAN_ENV="" |
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,15 +1,15 @@ | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="message-broker" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="auth-service" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="mongo" | ||
DB_HOST="localhost" | ||
DB_DATABASE="auth_db" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://vault:8200" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
#HASHICORP_UNSEAL_KEY="" | ||
#HASHICORP_USEAL_KEY="" | ||
#IMPORT_KEYS_FROM_DB=1 | ||
#MQ_MESSAGE_CHUNK=5000000 |
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,15 @@ | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="auth-service" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="localhost" | ||
DB_DATABASE="auth_db" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
#HASHICORP_USEAL_KEY="" | ||
#IMPORT_KEYS_FROM_DB=1 | ||
#MQ_MESSAGE_CHUNK=5000000 |
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,15 @@ | ||
HEDERA_NET="" | ||
PREUSED_HEDERA_NET="" | ||
MQ_ADDRESS="" | ||
SERVICE_CHANNEL="auth-service" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="" | ||
DB_DATABASE="auth_db" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
#HASHICORP_USEAL_KEY="" | ||
#IMPORT_KEYS_FROM_DB=1 | ||
#MQ_MESSAGE_CHUNK=5000000 |
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
Oops, something went wrong.