Skip to content

Commit

Permalink
:octocat: use .env_example in example
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 31, 2024
1 parent 9be57aa commit aac0a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/provider-example-common.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @var array|null $SCOPES - a set of scopes for the current provider (OAuth2 only)
*/
$CFGDIR ??= __DIR__.'/../.config';
$ENVFILE ??= '.env';
$ENVFILE ??= '.env_example';
$ENVVAR ??= '';
$LOGLEVEL ??= 'info';
$PARAMS ??= null;
Expand Down

0 comments on commit aac0a5a

Please sign in to comment.