17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
database {
|
|
host = "ipksprod3.c7q7defafeea.ap-south-1.rds.amazonaws.com"
|
|
port = 1521
|
|
name = "IPKS"
|
|
user = ${DB_USER}
|
|
password = ${DB_PASSWORD}
|
|
}
|
|
|
|
bank {
|
|
server {
|
|
protocol = "https"
|
|
host = "180.179.110.185"
|
|
port = 443
|
|
rootRoute = "IPKS_Queue_Generation"
|
|
transactionRoute = "IpksApi"
|
|
}
|
|
} |