Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "azure": {
  3. "keyvault": {
  4. "name": "my-vault"
  5. }
  6. },
  7. "server": {
  8. "database": "Host=localhost;Database=postgres;Username=postgres;Password=postgres;",
  9. "respect_x_forwarded_for_headers": false,
  10. "redis": "localhost:6380,password=password,ssl=True,abortConnect=False",
  11. "servicebus": {
  12. "connectionstring": "Endpoint=sb://xyz",
  13. "queue": "my-queue"
  14. }
  15. },
  16. "api": {
  17. "secret": "secret"
  18. },
  19. "website": {
  20. "pathBase": "/app"
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement