-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappsettings.Development.json
More file actions
35 lines (35 loc) · 1.95 KB
/
Copy pathappsettings.Development.json
File metadata and controls
35 lines (35 loc) · 1.95 KB
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
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=users;Username=postgres;Password=buzabuzabuza",
"StoreConnection": "Host=localhost;Port=5432;Database=stores;Username=postgres;Password=buzabuzabuza",
"CatalogConnection": "Host=localhost;Port=5432;Database=catalogs;Username=postgres;Password=buzabuzabuza",
"OrderConnection": "Host=localhost;Port=5432;Database=orders;Username=postgres;Password=buzabuzabuza",
"NotificationsConnection": "Host=localhost;Port=5432;Database=notifications;Username=postgres;Password=buzabuzabuza",
"InventoryConnection": "Host=localhost;Port=5432;Database=inventory;Username=postgres;Password=buzabuzabuza",
"ReviewConnection": "Host=localhost;Port=5432;Database=review;Username=postgres;Password=buzabuzabuza",
"AdvertismentConnection": "Host=localhost;Port=5432;Database=advertisment;Username=postgres;Password=buzabuzabuza",
"ConversationConnection": "Host=localhost;Port=5432;Database=conversation;Username=postgres;Password=buzabuzabuza",
"TicketingConnection": "Host=localhost;Port=5432;Database=ticketing;Username=postgres;Password=buzabuzabuza",
"DeliveryConnection": "Host=localhost;Port=5432;Database=delivery;Username=postgres;Password=buzabuzabuza",
"LoyaltyConnection": "Host=localhost;Port=5432;Database=loyalty;Username=postgres;Password=buzabuzabuza",
"LanguageConnection": "Host=localhost;Port=5432;Database=languages;Username=postgres;Password=buzabuzabuza"
},
"JwtSettings": {
"SecretKey": "TvojaSuperTajnaiDovoljnoDugačkaFrazaZaTestiranje123!",
"Issuer": "https://bazaar.api",
"Audience": "https://bazaar.clients",
"ExpiryMinutes": 60
},
"Firebase": {
"AdminSdkCredentialsPath": "Secrets/bazaar-system-firebase-adminsdk-fbsvc-850143c1dc.json"
},
"LocalStorage": {
"ProductImagePath": "images/products"
}
}