Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "Data Source=sql-g1.intra.net.ase.ro;Initial Catalog=Asecommodation;Integrated Security=True"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Warning"
  8. }
  9. },
  10. "IdentityServer": {
  11. "Clients": {
  12. "Asecommodation": {
  13. "Profile": "IdentityServerSPA"
  14. }
  15. }
  16. },
  17. "AllowedHosts": "*"
  18. }
  19.  
  20.  
  21. {
  22. "ConnectionStrings": {
  23. "DefaultConnection": "Server=localhost,1433;Database=Asecommodation;User Id=sa;Password=yourStrong(!)Password;"
  24. },
  25. "Logging": {
  26. "LogLevel": {
  27. "Default": "Warning"
  28. }
  29. },
  30. "IdentityServer": {
  31. "Key": {
  32. "Type": "Development"
  33. }
  34. },
  35. "AllowedHosts": "*"
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement