mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 12:50:09 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://user:password@localhost:5432/readmeabook?schema=public"
|
||||
|
||||
# Redis
|
||||
REDIS_URL="redis://localhost:6379"
|
||||
|
||||
# JWT
|
||||
JWT_SECRET="change-this-to-a-random-secret-key"
|
||||
JWT_REFRESH_SECRET="change-this-to-another-random-secret-key"
|
||||
|
||||
# Encryption
|
||||
CONFIG_ENCRYPTION_KEY="change-this-to-a-32-character-key"
|
||||
|
||||
# Plex OAuth
|
||||
PLEX_CLIENT_IDENTIFIER="readmeabook-unique-client-id"
|
||||
PLEX_PRODUCT_NAME="ReadMeABook"
|
||||
PLEX_OAUTH_CALLBACK_URL="http://localhost:3030/api/auth/plex/callback"
|
||||
|
||||
# Paths (for local development)
|
||||
DOWNLOADS_PATH="/downloads"
|
||||
MEDIA_PATH="/media"
|
||||
|
||||
# Application
|
||||
NODE_ENV="development"
|
||||
PORT="3030"
|
||||
Reference in New Issue
Block a user