Skip to content

Instantly share code, notes, and snippets.

@skiph
Created May 4, 2017 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skiph/f4944503a0aa530a196637dfdc5c710b to your computer and use it in GitHub Desktop.
Save skiph/f4944503a0aa530a196637dfdc5c710b to your computer and use it in GitHub Desktop.
API Proxy Key - modified for approov
module.exports = {
proxy_port: /* port the proxy listens on */
8080,
nasa_host: /* NASA API host */
'api.nasa.gov',
nasa_protocol: /* NASA API protocol */
'https:',
approov_header: /* Approov header name */
'approov',
approov_enforcement: /* set true to enforce token checks */
true,
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment