We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e543f0 commit d6530beCopy full SHA for d6530be
.env.example
@@ -1,7 +1,7 @@
1
#
2
# APPLICATION
3
4
-APP_NAME=express-typescript-boilerplate
+APP_NAME=customized-express-typescript-boilerplate
5
APP_SCHEMA=http
6
APP_HOST=localhost
7
APP_PORT=3000
@@ -40,7 +40,7 @@ AWS_REGION=ap-northeast-2
40
TYPEORM_PORT=3306
41
TYPEORM_USERNAME=root
42
TYPEORM_PASSWORD=root
43
- TYPEORM_DATABASE=my_database
+ TYPEORM_DATABASE=customized-express-typescript-boilerplate
44
TYPEORM_SYNCHRONIZE=false
45
TYPEORM_LOGGING=error
46
TYPEORM_LOGGER=advanced-console
0 commit comments