mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-18 18:02:12 +08:00
20 lines
550 B
JSON
20 lines
550 B
JSON
{
|
|
"App": "Identity-Service",
|
|
"DatabaseOptions": {
|
|
"DefaultConnection": "Server=sql;Database=IdentityDB;User ID=sa;Password=@Aa123456;TrustServerCertificate=True"
|
|
},
|
|
"PersistMessageOptions": {
|
|
"Interval": 30,
|
|
"Enabled": true,
|
|
"ConnectionString": "Server=sql;Database=PersistMessageDB;User ID=sa;Password=@Aa123456;TrustServerCertificate=True"
|
|
},
|
|
"RabbitMqOptions": {
|
|
"HostName": "rabbitmq",
|
|
"ExchangeName": "identity",
|
|
"UserName": "guest",
|
|
"Password": "guest",
|
|
"Port": 5672
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|