mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Fix #263 gallery system using imgur
setup tutorial: https://github.com/Znote/ZnoteAAC/wiki/IMGUR-powered-Gallery-page
This commit is contained in:
10
config.php
10
config.php
@@ -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
|
||||
|
Reference in New Issue
Block a user