Skip to content

Commit

Permalink
Fixed table and broken links in env-file.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 11, 2024
1 parent 11984a0 commit 46e04c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/env-file.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ⚙️ Environment Variables File

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)
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)

## Important security notice
Never, commit .env files to any remote repository, including GitHub. Only share this environment variable with trusted personell.
Expand All @@ -11,7 +11,7 @@ Never, commit .env files to any remote repository, including GitHub. Only share
| AWS_DYNAMODB_ACCESS_KEY_ID | Your AWS DynamoDB access key ID. Refer to "Obtaining AWS Credentials Securely" to obtain this value. | `JKSOKJSDO` (fake) |
| 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` |
| BACKEND_URL | The URL of your backend API | `localhost:3000/api` |
| USERNAME | The admin username | `randomemail@gmail.com` (fake) |
| PASSWORD | The admin password | `randOMPassWordForMUN&283` (fake) |
| JWT_SECRET | A secret key used for generating JSON Web Tokens (JWTs) for authentication. | `okmasfq;eiuidf` (fake) |
Expand Down

0 comments on commit 46e04c1

Please sign in to comment.