All Downloads are FREE. Search and download functionalities are using the official Maven repository.

default.config.yml Maven / Gradle / Ivy

There is a newer version: 5.5.5
Show newest version
on:
  port: 8888
  address: 0.0.0.0

admin:
  port: same
  address: 0.0.0.0

app:
  domain: ''
  brand: Rapidoid
  search: false
  navbar: true
  fluid: false
  cdn: false
  contextPath: /
  home: /
  menu: {}
  segments:
    admin:
      contextPath: /_
      home: /_
      brand: ' Admin'
      search: false
      menu:
        Overview: /_
        Application:
          Routes: /_/routes
          Beans: /_/beans
          Configuration: /_/config
          Deploy: /_/deploy
          Terminate / Restart: /_/terminate
        Data:
          Entities: /_/entities
        Details:
          Metrics: /_/metrics
          Classpath: /_/classpath
        JMX:
          Memory pool: /_/jmx/mempool
          JVM Threads: /_/jmx/threads
          Operating system: /_/jmx/os
          Garbage collection: /_/jmx/gc
          Memory: /_/jmx/memory
          Runtime: /_/jmx/runtime
          Classes: /_/jmx/classes
          Compilation: /_/jmx/compilation

users: {}

jobs:
  executor:
    threads: 64
  scheduler:
    threads: 64

hibernate:
  c3p0:
    min_size: 5
    max_size: 100
    timeout: 300
    max_statements: 50
    idle_test_period: 100

oauth:
  google:
    clientId: YOUR_GOOGLE_CLIENT_ID_HERE
    clientSecret: YOUR_GOOGLE_CLIENT_SECRET_HERE

  github:
    clientId: YOUR_GITHUB_CLIENT_ID_HERE
    clientSecret: YOUR_GITHUB_CLIENT_SECRET_HERE

  facebook:
    clientId: YOUR_FACEBOOK_CLIENT_ID_HERE
    clientSecret: YOUR_FACEBOOK_CLIENT_SECRET_HERE

  linkedin:
    clientId: YOUR_LINKEDIN_CLIENT_ID_HERE
    clientSecret: YOUR_LINKEDIN_CLIENT_SECRET_HERE

http:
  timeout: 30000
  timeoutResolution: 5000
  maxPipeline: 10

token:
  ttl: 0 # unlimited




© 2015 - 2025 Weber Informatics LLC | Privacy Policy