Created
July 5, 2018 02:20
-
-
Save shrop/5acae95cdcc08adfd55f31acd102e3e6 to your computer and use it in GitHub Desktop.
Stockwatch Contenta Demo Support Files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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