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
|
# http server configuration
|
||||||
server:
|
[server]
|
||||||
port: 8080
|
port = 8080
|
||||||
|
|
||||||
# graphql configuration
|
# graphql configuration
|
||||||
graphql:
|
[graphql]
|
||||||
graphiql: true
|
graphiql = true
|
||||||
|
|
||||||
# logging configuration
|
# logging configuration
|
||||||
logging:
|
[logging]
|
||||||
loglevel: debug
|
loglevel = "debug"
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue