Advertisement
FelixKLG

Pgrok Config

Jan 20th, 2024 (edited)
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. external_url: "https://tunnel.felixklg.dev"
  2. web:
  3. port: 3320
  4. proxy:
  5. port: 3000
  6. scheme: "https"
  7. domain: "tunnel.felixklg.dev"
  8. sshd:
  9. port: 2222
  10.  
  11. database:
  12. # This connects to the "postgres" service.
  13. host: "postgres"
  14. port: 5432
  15. # Make sure to match the value of the environment variable "POSTGRES_USER"
  16. user: "<snip>"
  17. # Make sure to match the value of the environment variable "POSTGRES_PASSWORD"
  18. password: "<snip>"
  19. database: "pgrokd"
  20.  
  21. identity_provider:
  22. type: "oidc"
  23. display_name: "Azure"
  24. issuer: "https://login.microsoftonline.com/<snip>/v2.0"
  25. client_id: "<snip>"
  26. client_secret: "<snip>"
  27. field_mapping:
  28. identifier: "email"
  29. display_name: "name"
  30. email: "email"
  31. # # The required domain name, "field_mapping.email" is required to set for this to work.
  32. # required_domain: "example.com"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement