Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@shrop
Created July 5, 2018 02:20
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 shrop/5acae95cdcc08adfd55f31acd102e3e6 to your computer and use it in GitHub Desktop.
Save shrop/5acae95cdcc08adfd55f31acd102e3e6 to your computer and use it in GitHub Desktop.
Stockwatch Contenta Demo Support Files
<?php
/**
* @file
* Settings for local development.
*/
/**
* Change location of oauth keys for local development.
*/
if (!isset($_ENV['WODBY_ENVIRONMENT_NAME'])) {
$config['simple_oauth.settings']['public_key'] = '../keys/public.key';
$config['simple_oauth.settings']['private_key'] = '../keys/private.key';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment