Skip to content

Commit d6530be

Browse files
committed
.env.example 개선
1 parent 1e543f0 commit d6530be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# APPLICATION
33
#
4-
APP_NAME=express-typescript-boilerplate
4+
APP_NAME=customized-express-typescript-boilerplate
55
APP_SCHEMA=http
66
APP_HOST=localhost
77
APP_PORT=3000
@@ -40,7 +40,7 @@ AWS_REGION=ap-northeast-2
4040
TYPEORM_PORT=3306
4141
TYPEORM_USERNAME=root
4242
TYPEORM_PASSWORD=root
43-
TYPEORM_DATABASE=my_database
43+
TYPEORM_DATABASE=customized-express-typescript-boilerplate
4444
TYPEORM_SYNCHRONIZE=false
4545
TYPEORM_LOGGING=error
4646
TYPEORM_LOGGER=advanced-console

0 commit comments

Comments
 (0)