config.yml 452 Bytes
##### deverlopment Config
localhost:
  debug: true
  server:
    url: 'localhost'
    urlto: 'localhost'
    port: 3030
    portto: 4001
  database:
    host: 'localhost'
    port: 27017
    name: 'calendar'
    options:
        user:
        pass:
  timerecheck: '10000' #millisecond
  apitimeout: 3000 #millisecond
  ggapi:
    calendarID: 'rvmbg3kg7uqninf7n3au1ku4mc@group.calendar.google.com'
    redirectUrl: 'http://localhost:3030/oauth2callback'