Skip to content

Commit

Permalink
minor version bump, typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneIsrael committed Dec 30, 2023
1 parent f7912a4 commit 1751f24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fireshare",
"version": "1.2.18",
"version": "1.2.19",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
Expand Down
2 changes: 1 addition & 1 deletion app/client/src/components/admin/UploadCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const UploadCard = ({ authenticated, feedView = false, publicUpload = false, fet
}
handleAlert({
type: 'success',
message: 'Your upload will be in a few seconds.',
message: 'Your upload will be available in a few seconds.',
autohideDuration: 3500,
open: true,
onClose: () => fetchVideos(),
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ADMIN_PASSWORD=admin
- SECRET_KEY=replace_this_with_some_random_string
- MINUTES_BETWEEN_VIDEO_SCANS=5
# The location video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
# The location in the video thumbnails are generated. A value between 0-100 where 50 would be the frame in the middle of the video file and 0 would be the first frame of the video.
- THUMBNAIL_VIDEO_LOCATION=0
# The domain your instance is hosted at. (do not add http or https) e.x: v.fireshare.net, this is required for opengraph to work correctly for shared links.
- DOMAIN=""
Expand Down

0 comments on commit 1751f24

Please sign in to comment.