Blame view

config/config.yml 452 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
  ggapi:
    calendarID: 'rvmbg3kg7uqninf7n3au1ku4mc@group.calendar.google.com'
fbe7f7a7   Apichat.Tum   add api google
20
    redirectUrl: 'http://localhost:3030/oauth2callback'