diff --git a/docs/env-file.md b/docs/env-file.md index 2e12242..905c659 100644 --- a/docs/env-file.md +++ b/docs/env-file.md @@ -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. @@ -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) |