Skip to content

Commit

Permalink
Add default thumbnail for users/channels and videos in .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
n1klaus committed Apr 27, 2023
1 parent e416581 commit 6855965
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion backend/example.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ NODE_ENV=development
JWT_SECRET=my_ultra_secure_secret
TOKEN_EXPIRES_IN=60
FRONTEND_ENDPOINT=http://localhost:3000
DEFAULT_THUMBNAIL=http://localhost:8000/api/v1/thumbnails/default.png
DEFAULT_AVATAR=http://localhost:8000/api/v1/thumbnails/avatar.png
DEFAULT_THUMBNAIL=http://localhost:8000/api/v1/thumbnails/video.png

S3_REGION=
AWS_ACCESS_KEY_ID=
Expand Down
1 change: 0 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
"multer": "^1.4.5-lts.1",
"qs": "^6.11.0",
"redis": "^4.6.5",
"sha1": "^1.1.1",
"uuid": "^9.0.0",
"zod": "^3.20.2"
}
Expand Down
Binary file added backend/public/avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/public/video.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6855965

Please sign in to comment.