서비스 포트 변경: 3001 -> 3000
This commit is contained in:
+3
-3
@@ -2,16 +2,16 @@
|
||||
DATABASE_URL="mysql://USER:PASSWORD@127.0.0.1:3306/chocomae"
|
||||
AUTH_SECRET="replace-with-local-secret"
|
||||
NEXTAUTH_SECRET="replace-with-local-secret"
|
||||
NEXTAUTH_URL="http://localhost:3001"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
|
||||
# Production example (.env.production)
|
||||
# DATABASE_URL="mysql://USER:PASSWORD@AWS_EC2_HOST:3306/chocomae"
|
||||
# AUTH_SECRET="replace-with-production-secret"
|
||||
# NEXTAUTH_SECRET="replace-with-production-secret"
|
||||
# NEXTAUTH_URL="http://NAS_HOST_OR_DOMAIN:3001"
|
||||
# NEXTAUTH_URL="http://NAS_HOST_OR_DOMAIN:3000"
|
||||
|
||||
# Stage example (.env.stage)
|
||||
# DATABASE_URL="mysql://USER:PASSWORD@STAGE_DB_HOST:3306/chocomae"
|
||||
# AUTH_SECRET="replace-with-stage-secret"
|
||||
# NEXTAUTH_SECRET="replace-with-stage-secret"
|
||||
# NEXTAUTH_URL="http://STAGE_HOST_OR_DOMAIN:3001"
|
||||
# NEXTAUTH_URL="http://STAGE_HOST_OR_DOMAIN:3000"
|
||||
|
||||
Reference in New Issue
Block a user