Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayank-Tripathi32 authored Dec 2, 2022
1 parent 4bca0ce commit 34fe3ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
DB_HOST="mysql"
DB_HOST="mysql"#use localhost when using vscode enviornment
DB_NAME="mydb2"
DB_USER="root"
DB_PASSWORD="rootpass"
PORT= 3000

REDIS_HOST="redis"
REDIS_HOST="redis"#use localhost when using vscode enviornment
REDIS_PORT="22231"
REDIS_PASSWORD="qfawfraw awrarawr awrawrawr"

Expand All @@ -19,4 +19,4 @@ DATABASE_URL="mysql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:3306/${DB_NAME}"

JWTSECRET="mysecret"
JWTREFRESH_SECRET="mysecret secret secret"
SALT_PASS="a0we221q3$@#dad#"
SALT_PASS="a0we221q3$@#dad#"

0 comments on commit 34fe3ab

Please sign in to comment.