Skip to content

Commit 81ad536

Browse files
committed
chore: update project dependencies and code formatting
1 parent b42f80c commit 81ad536

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+5138
-5450
lines changed

.env.development

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ MONGO_DATABASE_URL="mongodb://root:example@localhost:27017/typescript-backend-to
2727
MAILGUN_API_KEY="dummy-key"
2828
MAILGUN_DOMAIN="example.com"
2929
MAILGUN_FROM_EMAIL="no-reply@example.com"
30+
31+
# ADMIN
32+
ADMIN_EMAIL="admin@example.com"
33+
ADMIN_PASSWORD="password"

.env.sample

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ GOOGLE_REDIRECT_URI = ''
3939
# DATABSES
4040
REDIS_URL=""
4141
MONGO_DATABASE_URL=""
42+
43+
# ADMIN
44+
ADMIN_EMAIL="admin@example.com"
45+
ADMIN_PASSWORD="password"

0 commit comments

Comments
 (0)