source:
StockMaster/appsettings.json@
dfe03b8
| Last change on this file since dfe03b8 was dfe03b8, checked in by , 4 days ago | |
|---|---|
|
|
| File size: 354 bytes | |
| Rev | Line | |
|---|---|---|
| [dfe03b8] | 1 | { |
| 2 | "Logging": { | |
| 3 | "LogLevel": { | |
| 4 | "Default": "Information", | |
| 5 | "Microsoft.AspNetCore": "Warning" | |
| 6 | } | |
| 7 | }, | |
| 8 | "AllowedHosts": "*", | |
| 9 | "ConnectionStrings": { | |
| 10 | "DefaultConnection": "Host=localhost;Database=YOUR_DB_NAME;Username=YOUR_USERNAME;Password=YOUR_PASSWORD;Pooling=true;MinPoolSize=5;MaxPoolSize=100;Connection Idle Lifetime=300;" | |
| 11 | } | |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
