Fix #263 gallery system using imgur

setup tutorial: https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
This commit is contained in:
Znote
2020-12-13 22:20:54 +00:00
parent 8128804021
commit 48d1dd5712
5 changed files with 66 additions and 22 deletions

View File

@@ -703,6 +703,16 @@
'debug' => false,
);
// website.com/gallery.php
// website.com/admin_gallery.php
// we use imgur as image host, and need to register app with them and add client/secret id.
// https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
$config['gallery'] = array(
'Client Name' => 'ZnoteAAC-Gallery',
'Client ID' => '4dfcdc4f2cabca6',
'Client Secret' => '697af737777c99a8c0be07c2f4419aebb2c48ac5'
);
// Email Server configurations (SMTP)
/* Please consider using a released stable version of PHPMailer or you may run into issues.
Download PHPMailer: https://github.com/PHPMailer/PHPMailer/releases