config.yml 914 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
  email: 'tzbattleboy@gmail.com'
  urlcalendar: 'http://localhost:8000/#/new/calendar'
  google:
    calendar_id: 'rvmbg3kg7uqninf7n3au1ku4mc@group.calendar.google.com'
    redirect_url: 'http://localhost:3030/oauth2callback'
    client_id: "16634359544-7crvssfmpmtp0ng3jbipms65ccl9aol1.apps.googleusercontent.com"
    project_id: "psyched-garage-146109"
    auth_uri: "https://accounts.google.com/o/oauth2/auth"
    token_uri: "https://accounts.google.com/o/oauth2/token"
    auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs"
    client_secret: "lpIa_7Wwbang6jTypMfCpOR6"