File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 11#
22# APPLICATION
33#
4- APP_NAME = " express-typescript-boilerplate"
5- APP_SCHEMA = " http"
6- APP_HOST = " localhost"
7- APP_PORT = " 3000"
8- APP_ROUTE_PREFIX = " /api"
4+ APP_NAME = express-typescript-boilerplate
5+ APP_SCHEMA = http
6+ APP_HOST = localhost
7+ APP_PORT = 3000
8+ APP_ROUTE_PREFIX = /api
99APP_BANNER = false
1010
1111#
1212# LOGGING
1313#
14- LOG_LEVEL = " none"
14+ LOG_LEVEL = none
1515LOG_JSON = false
16- LOG_OUTPUT = " dev"
16+ LOG_OUTPUT = dev
1717
1818#
1919# AUTHORIZATION
2020#
21- AUTH_ROUTE = " http://localhost:3333/tokeninfo"
21+ AUTH_ROUTE = http://localhost:3333/tokeninfo
2222
2323#
2424# DATABASE
2525#
26- DB_TYPE = " sqlite"
27- DB_DATABASE = " ./mydb.sql"
26+ DB_TYPE = sqlite
27+ DB_DATABASE = ./mydb.sql
2828DB_LOGGING = false
2929
3030#
3131# GraphQL
3232#
3333GRAPHQL_ENABLED = true
34- GRAPHQL_ROUTE = " /graphql"
34+ GRAPHQL_ROUTE = /graphql
3535
3636#
3737# Swagger
3838#
3939SWAGGER_ENABLED = true
40- SWAGGER_ROUTE = " /swagger"
41- SWAGGER_FILE = " api/swagger.json"
42- SWAGGER_USERNAME = " admin"
43- SWAGGER_PASSWORD = " 1234"
40+ SWAGGER_ROUTE = /swagger
41+ SWAGGER_FILE = api/swagger.json
42+ SWAGGER_USERNAME = admin
43+ SWAGGER_PASSWORD = 1234
4444
4545#
4646# Status Monitor
4747#
4848MONITOR_ENABLED = true
49- MONITOR_ROUTE = " /monitor"
50- MONITOR_USERNAME = " admin"
51- MONITOR_PASSWORD = " 1234"
49+ MONITOR_ROUTE = /monitor
50+ MONITOR_USERNAME = admin
51+ MONITOR_PASSWORD = 1234
You can’t perform that action at this time.
0 commit comments