18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
database {
|
|
host = "localhost"
|
|
port = 1521
|
|
name = "IPKSDB"
|
|
user = "pacs_db"
|
|
password = "pacs_db"
|
|
}
|
|
|
|
bank {
|
|
server {
|
|
protocol = "http"
|
|
host = "localhost"
|
|
port = 8080
|
|
rootRoute = "IPKS_Queue_Generation"
|
|
transactionRoute = "IpksApi"
|
|
}
|
|
codes = ["0003", "0015"]
|
|
} |