-
Notifications
You must be signed in to change notification settings - Fork 2
/
activegps-messaging-cloud.properties
43 lines (39 loc) · 1.47 KB
/
activegps-messaging-cloud.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#--------------------------------
# @author : Sofiane mekhaba
# @since : 30/10/2016
# @desc : desc to write
#--------------------------------
#--------------------------------
# RabbitMQ
#--------------------------------
activegps.rabbitmq.host=rabbitmq.local.pcfdev.io
activegps.rabbitmq.port=5672
activegps.rabbitmq.username=admin
activegps.rabbitmq.password=admin
# Underlying Client Connection Factory in seconds
activegps.rabbitmq.requestedHeartBeat=20
activegps.rabbitmq.listenerAutoStartup=true
#--------------------------------
# Server Mail
#--------------------------------
notification.email.host=smtp.gmail.com
notification.email.port=25
notification.email.username=test.mekhaba@gmail.com
notification.email.password=ms616204
notification.email.debug=true
notification.email.adminmail=test.mekhaba@gmail.com
notification.email.defaultmail=test.mekhaba@gmail.com
#--------------------------------
# activegps services
#--------------------------------
activegps.service.eurekaserver= activegps-eurekaserver
activegps.service.configserver= activegps-configserver
activegps.service.messaging= activegps-messaging
activegps.service.dataHistory= activegps-datahistory
activegps.service.webApplication= activegps-web-app
activegps.service.alertRule= activegps-alerterule
activegps.service.notification= activegps-notification
#--------------------------------
# activegps web app context path
#--------------------------------
activegps.webApplication.contextpath= /algeofleet-webclient