Skip to content

Instantly share code, notes, and snippets.

@innovia
Last active November 25, 2019 05:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save innovia/22b0673e09d7fb971bc6ca4b76da1fd2 to your computer and use it in GitHub Desktop.
Save innovia/22b0673e09d7fb971bc6ca4b76da1fd2 to your computer and use it in GitHub Desktop.
Bit.ly ouath2 proxy configuration
# IP address and port on which the proxy should listen for requests
http_address = "127.0.0.1:4181"
upstreams = [ "http://127.0.0.1:8080" ]
request_logging = true
client_id = "GOOGLE CLIENT ID"
client_secret = "GOOGLE CLIENT SECRET"
cookie_secret = "COOKIE SECRET"
pass_host_header=true
email_domains = [ "domain.com" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment