Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris-B authored Jul 18, 2017
1 parent 57e6a42 commit 77d0e9a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dist/admin/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
$cfg_client_id = 'your Google API client id';
$cfg_client_secret = 'your Google API client secret';
$cfg_max_accounts = 1;
$cfg_log = false;
?>
<?php
$cfg_client_id = 'your Google API client id';
$cfg_client_secret = 'your Google API client secret';
$cfg_max_accounts = 1;
$cfg_log = false;
$albums_filter = ['sauvegarde', 'backup'];
?>

0 comments on commit 77d0e9a

Please sign in to comment.