implement core variables / secrets on the backend

This commit is contained in:
mbecker20
2024-05-18 15:34:58 -07:00
parent 8f01e441a4
commit 76840efddc
27 changed files with 645 additions and 52 deletions

View File

@@ -90,6 +90,11 @@ mongo.address = "localhost:27017"
# aws.access_key_id = "your_aws_key_id"
# aws.secret_access_key = "your_aws_secret_key"
## provide core-base secrets
# [secrets]
# SECRET_1 = "value_1"
# SECRET_2 = "value_2"
## provide core-based github accounts
# [github_accounts]
# github_username_1 = "github_token_1"