Initial backend commit
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# Server
|
||||
PORT=4000
|
||||
NODE_ENV=development
|
||||
|
||||
# Database
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_USERNAME=thumbpreview
|
||||
DB_PASSWORD=thumbpreview123
|
||||
DB_DATABASE=thumbpreview
|
||||
|
||||
# YouTube API
|
||||
YOUTUBE_API_KEY=YOUR_YOUTUBE_API_KEY_HERE
|
||||
|
||||
# Upload
|
||||
UPLOAD_DIR=./uploads
|
||||
MAX_FILE_SIZE=5242880
|
||||
Reference in New Issue
Block a user