Change the application to use the cluster api
- Use the nodejs cluster API - Use the config package for configuration - Change config type to tomlpull/2/head
parent
127f9ed045
commit
456e81192c
@ -1,11 +1,11 @@
|
||||
# http server configuration
|
||||
server:
|
||||
port: 8080
|
||||
[server]
|
||||
port = 8080
|
||||
|
||||
# graphql configuration
|
||||
graphql:
|
||||
graphiql: true
|
||||
[graphql]
|
||||
graphiql = true
|
||||
|
||||
# logging configuration
|
||||
logging:
|
||||
loglevel: debug
|
||||
[logging]
|
||||
loglevel = "debug"
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue