Skip to content

Instantly share code, notes, and snippets.

@rlubke
Last active September 20, 2021 20:54
Show Gist options
  • Save rlubke/6a3b4d045c23eb063b6dce258b9db6b9 to your computer and use it in GitHub Desktop.
Save rlubke/6a3b4d045c23eb063b6dce258b9db6b9 to your computer and use it in GitHub Desktop.
Micronaut Todo List Configuration
micronaut:
application:
name: todo-list-micronaut-server
server:
port: 3000
router:
static-resources:
default:
enabled: true
mapping: "/**"
paths: "classpath:web"
coherence:
cluster: task-cluster
ttl: 0
serializer: pof
distributed:
localstorage: true
data:
task:
graphql:
enabled: true
path: /graphql
graphiql.enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment