Basic
Settings Management
Please note settings are imported from environment variables only at initial boot and should be managed from the settings tab on the admin panel thereafter. Please refer to the Setup > Settings page for more details.
| Name | Value |
|---|---|
| TITLE | Changes the title displayed in the header and tabs. Default: "Memtly" |
| BASE_URL | The base Url to be used in links and notifications. Default: none |
| FORCE_HTTPS | If enabled any users connecting using un-secure http will be redirected to the secure https protocol Default: false |
| GALLERY_SECRET_KEY | This is the secret key used to log into the default gallery. Default: none / unlocked |
| SINGLE_GALLERY_MODE | If enabled the user will not be asked to enter a gallery name on the homepage and admins will not be able to create different gallery instances. Default: false |
| MAX_GALLERY_COUNT | Limits the number of galleries that are allowed to be created by users. Default: unlimited |
| HOME_LINK | If set to false clicking the title in the header will not redirect the user to the homepage. Default: true |
| GUEST_GALLERY_CREATION | If enabled guests will be allowed to create their own galleries by entering the name of a non-existing gallery on the homepage. Default: false |
| HIDE_KEY_FROM_QR_CODE | If enabled the secret key will not be included in the QR code. This means users can share the gallery link without compromising security as they will need to provide the secret key separately. Default: false |
| LINKS_OPEN_NEW_TAB | If enabled all clickable links will open in new tabs instead of the same window. Default: false |
| THUMBNAIL_SIZE | To save on transmitted data and speed up load times lower resolution thumbnails are generated. This specifies the maximum width/height of the thumbnails. Default: 720 |
| DEMO_MODE | Puts the site in demo mode, displaying prompts to users to help them try out the site. Default: false |