-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsandboxgui-dev.properties
36 lines (28 loc) · 1.02 KB
/
sandboxgui-dev.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
#################
# Spring Config #
#################
server.port = 9090
spring.boot.admin.url=http://localhost:9000
# create and drop tables and sequences, loads import.sql
#spring.jpa.hibernate.ddl-auto=update
# PG settings
spring.datasource.url=jdbc:postgresql://localhost:5432/sandbox
spring.datasource.username=postgres
spring.datasource.password=qazxsw
spring.datasource.driver-class=org.postgresql.Driver
#####################
# SandboxGui Config #
#####################
#Auth
auth.request.url = ${SDP_AUTH_REQUEST_URL:https://sdpob.gos.orange.com/1/smsmessaging/inbound/subscriptions/00JZM14216777280Z0113133813}
#USSD ParlayX
ussd.parlayx.sdp.request.url = http://10.117.18.21:7606/
#USSD Browsing
ussd.browsing.sdp.request.url = ${ussd_browsing_sdp_request_url}
ussd.browsing.displayUssdBrowsingPath = ${ussd_browsing_displayUssdBrowsingPath:false}
#USSD CCProxyMode
ussd.ccproxymode.sdp.request.url = http://10.117.18.21:7606/
#SandboxSim
sim.ipaddress=${SIM_IPADDRESS}
sim.port=${SIM_PORT}
sim.sms.HTTP_PORT=${SIM_SMS_HTTP_PORT}