You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
The configuration file is held within the app/config/ directory, where multiple values can be altered to manipulate how images are saved, displayed and served to users.
Options
RAW_IMAGE
This value controls whether just the raw image file should be served or a HTML page containing the image. The HTML page can be altered to contain anything you'd like, including Twitter card meta tags (already included!) If set to true, just the image will be displayed.
define('RAW_IMAGE', true);
PASSKEY
Setting this value controls the passkey you'll need to provide to upload images to the application. More information on what this is used for at /wiki/Setup.