-
Notifications
You must be signed in to change notification settings - Fork 0
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 #39 from erland-syafiq/VTMUNC-login
Added environment variables to deployment
- Loading branch information
Showing
5 changed files
with
15 additions
and
9 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
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,4 +1,4 @@ | ||
# ⚙️ Environment Variables File | ||
# ⚙️ Environment Variables | ||
|
||
This file defines environment variables used by VTMUNC. Note, that this env file is seperate from the environment variables for GitHub, where you need to paste in this environment variable file as a variable called ENV_FILE. Find out more from the [deployment docs](./deployment.md#-step-7-set-environment-variables-in-github) | ||
|
||
|
@@ -12,8 +12,8 @@ Never, commit .env files to any remote repository, including GitHub. Only share | |
| AWS_DYNAMODB_SECRET_ACCESS_KEY | Your AWS DynamoDB secret access key. Refer to "Obtaining AWS Credentials Securely" to obtain this value. | `sb0lasoiwkdouwedfes` (fake) | | ||
| AWS_DEFAULT_REGION | The default AWS region your application will use | `us-east1` | | ||
| BACKEND_URL | The URL of your backend API | `localhost:3000/api` | | ||
| USERNAME | The admin username | `[email protected]` (fake) | | ||
| PASSWORD | The admin password | `randOMPassWordForMUN&283` (fake) | | ||
| ADMIN_USERNAME | The admin username | `[email protected]` (fake) | | ||
| ADMIN_PASSWORD | The admin password | `randOMPassWordForMUN&283` (fake) | | ||
| JWT_SECRET | A secret key used for generating JSON Web Tokens (JWTs) for authentication. | `okmasfq;eiuidf` (fake) | | ||
|
||
## Obtaining AWS Credentials Securely | ||
|
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