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.
Signed-off-by: otherNet <[email protected]>
- Loading branch information
Showing
53 changed files
with
1,449 additions
and
173 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,4 @@ | ||
## 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="develop" |
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,11 +1 @@ | ||
ENV="develop" | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
SERVICE_CHANNEL="api-gateway" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Gateway Service Specialized Variables | ||
SERVICE_CHANNEL="api-gateway" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#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,13 @@ | ||
# Gateway Service Specialized Variables | ||
SERVICE_CHANNEL="api-gateway" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
MRV_ADDRESS="http://localhost:3003/mrv" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#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,13 @@ | ||
# Gateway Service Specialized Variables | ||
SERVICE_CHANNEL="api-gateway" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="" | ||
PREUSED_HEDERA_NET="" | ||
MQ_ADDRESS="" | ||
MRV_ADDRESS="" | ||
MQ_MAX_PAYLOAD="" | ||
#LOG_LEVEL="2" | ||
#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,18 +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" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Auth Service Specialized Variables | ||
SERVICE_CHANNEL="auth-service" | ||
DB_DATABASE="auth_db" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="localhost" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#HASHICORP_UNSEAL_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,20 @@ | ||
# Auth Service Specialized Variables | ||
SERVICE_CHANNEL="auth-service" | ||
DB_DATABASE="auth_db" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="testnet" | ||
PREUSED_HEDERA_NET="testnet" | ||
MQ_ADDRESS="localhost" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="localhost" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="http://localhost:8200" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
MQ_MAX_PAYLOAD="1048576" | ||
#LOG_LEVEL="2" | ||
#HASHICORP_UNSEAL_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,20 @@ | ||
# Auth Service Specialized Variables | ||
SERVICE_CHANNEL="auth-service" | ||
DB_DATABASE="auth_db" | ||
|
||
# Ecosystem Defined Variables | ||
HEDERA_NET="" | ||
PREUSED_HEDERA_NET="" | ||
MQ_ADDRESS="" | ||
ACCESS_TOKEN_SECRET="youraccesstokensecret" | ||
DB_HOST="" | ||
VAULT_PROVIDER="database" | ||
HASHICORP_TOKEN="1234" | ||
HASHICORP_ADDRESS="" | ||
HASHICORP_NAMESPACE="admin" | ||
HASHICORP_ENCRIPTION_ALG="sha512" | ||
MQ_MAX_PAYLOAD="" | ||
#LOG_LEVEL="2" | ||
#HASHICORP_UNSEAL_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.