Blame view

config/config.yml 329 Bytes
f6a4415a   Apichat.Tum   start smart-rms-c...
1
2
##### deverlopment Config
localhost:
f6a4415a   Apichat.Tum   start smart-rms-c...
3
4
5
6
  skipLogin: true
  debug: true
  server:
    url: 'localhost'
d360cefc   TUM.Apichat   move save google ...
7
    urlto: 'localhost'
f6a4415a   Apichat.Tum   start smart-rms-c...
8
9
10
11
    port: 3001
    portto: 4001
  database:
    host: 'localhost'
d360cefc   TUM.Apichat   move save google ...
12
    port: 27017
f6a4415a   Apichat.Tum   start smart-rms-c...
13
14
15
16
    name: 'ss7'
    options:
        user:
        pass:
a54f2679   DESKTOP-RBJDHSM\ADMIN   fix API
17
  timerecheck: '10000' #millisecond
f3f14fef   TUM.Apichat   add value config ...
18
  apitimeout: 3000 #millisecond
fbe7f7a7   Apichat.Tum   add api google