appsettings.json 462 B

12345678910111213141516
  1. {
  2. "AllowedHosts": "*",
  3. "ConnectionStrings": {
  4. "Hotline": "PORT=5432;DATABASE=filestorage;HOST=110.188.24.182;PASSWORD=fengwo11!!;USER ID=dev;",
  5. "Redis": "110.188.24.182",
  6. "MongoDB": "mongodb://192.168.100.121:27017"
  7. },
  8. "Swagger": true,
  9. "Cors": {
  10. "Origins": [ "http://localhost:8888", "http://admin.hotline.fw.com", "http://hotline.fw.com" ]
  11. },
  12. "DatabaseConfiguration": {
  13. "ApplyDbMigrations": false,
  14. "ApplySeed": false
  15. }
  16. }