first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# .env file - Environment variables for MangaShelf server
|
||||
# Copy this to .env and modify as needed
|
||||
|
||||
# Server port
|
||||
PORT=3030
|
||||
|
||||
# JWT Secret - CHANGE THIS TO A RANDOM STRING IN PRODUCTION!
|
||||
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
|
||||
# Database path (SQLite)
|
||||
DATABASE_PATH=./data/mangashelf.db
|
||||
|
||||
# Upload limits (in MB)
|
||||
MAX_FILE_SIZE=500
|
||||
|
||||
# Library paths
|
||||
LIBRARY_PATH=./library
|
||||
COVERS_PATH=./covers
|
||||
UPLOADS_PATH=./uploads
|
||||
Reference in New Issue
Block a user