Skip to content

Commit

Permalink
Moved account settings in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirx08 committed Dec 23, 2024
1 parent 64200cc commit 8de5223
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Not all image formats are supported in browsers so although you may be able to a
| THUMBNAIL_SIZE | 720 |
| SECRET_KEY | (optional) |
| SECRET_KEY_{GalleryId} | (optional) |
| ADMIN_USERNAME | admin |
| ADMIN_PASSWORD | admin |
| SINGLE_GALLERY_MODE | false |
| REQUIRE_REVIEW | true |
| DISABLE_HOME_LINK | false |
Expand All @@ -51,11 +49,18 @@ Not all image formats are supported in browsers so although you may be able to a
| SHOW_IDENTITY_REQUEST | true |
| RETAIN_REJECTED_ITEMS | false |
| EMAIL_REPORT | true |
| ACCOUNT_SHOW_PROFILE_ICON | true |
| ACCOUNT_LOCKOUT_ATTEMPTS | 5 |
| ACCOUNT_LOCKOUT_MINS | 60 |
| LINKS_OPEN_NEW_TAB | true |

## Admin Account

| Name | Value |
| -------------------------- | ----------|
| ADMIN_USERNAME | admin |
| ADMIN_PASSWORD | admin |
| ACCOUNT_SHOW_PROFILE_ICON | true |
| ACCOUNT_LOCKOUT_ATTEMPTS | 5 |
| ACCOUNT_LOCKOUT_MINS | 60 |

## Background Services

| Name | Value |
Expand Down

0 comments on commit 8de5223

Please sign in to comment.