try use docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
NODE_ENV=development
|
||||
HOST=0.0.0.0
|
||||
PORT=3000
|
||||
APP_URL=http://localhost:3000
|
||||
PORT=3001
|
||||
APP_URL=http://localhost:3001
|
||||
|
||||
# Database
|
||||
DB_HOST=localhost
|
||||
@@ -36,3 +36,6 @@ SMTP_PASS=
|
||||
GOOGLE_CLIENT_ID=
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
GOOGLE_CALLBACK_URL=http://localhost:3000/auth/google/callback
|
||||
|
||||
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user