Blame view

config/config.yml 914 Bytes
f6a4415a   Apichat.Tum   start smart-rms-c...
1
2
##### deverlopment Config
localhost:
f6a4415a   Apichat.Tum   start smart-rms-c...
3
4
5
6
  debug: true
  server:
    url: 'localhost'
    urlto: 'localhost'
d360cefc   TUM.Apichat   move save google ...
7
    port: 3030
f6a4415a   Apichat.Tum   start smart-rms-c...
8
9
10
11
    portto: 4001
  database:
    host: 'localhost'
    port: 27017
d360cefc   TUM.Apichat   move save google ...
12
    name: 'calendar'
f6a4415a   Apichat.Tum   start smart-rms-c...
13
14
15
16
    options:
        user:
        pass:
  timerecheck: '10000' #millisecond
a54f2679   DESKTOP-RBJDHSM\ADMIN   fix API
17
  apitimeout: 3000 #millisecond
f3f14fef   TUM.Apichat   add value config ...
18
19
  email: 'tzbattleboy@gmail.com'
  urlcalendar: 'http://localhost:8000/#/new/calendar'
fbe7f7a7   Apichat.Tum   add api google
20
21
22
23
24
25
26
27
28
  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"