Skip to content

Commit

Permalink
Updated changes to env file docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 22, 2024
1 parent 09d2883 commit 5a34582
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/assets/.env.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
AWS_DYNAMODB_ACCESS_KEY_ID=<access key>
AWS_DYNAMODB_SECRET_ACCESS_KEY=<secret key>
AWS_DEFAULT_REGION=<default region e.g: us-east-1>
BACKEND_URL=<backend url e.g: localhost:3000>
ADMIN_USERNAME=<correct user email>
ADMIN_PASSWORD=<correct user password>
JWT_SECRET=<secret key>
1 change: 0 additions & 1 deletion docs/env-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ 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` |
| ADMIN_USERNAME | The admin username | `randomemail@gmail.com` (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) |
Expand Down

0 comments on commit 5a34582

Please sign in to comment.