mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2026-02-15 21:16:16 +00:00
Make comments optional
Since they require CLIENT_ID
This commit is contained in:
@@ -5,4 +5,5 @@ export default {
|
||||
http_proxy: process.env.RIMGU_HTTP_PROXY || null,
|
||||
https_proxy: process.env.RIMGU_HTTPS_PROXY || null,
|
||||
imgur_client_id: process.env.RIMGU_IMGUR_CLIENT_ID || null,
|
||||
disable_comments: process.env.RIMGU_DISABLE_COMMENTS === 'true',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user