Initial commit: Clean workspace without heavy binaries
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Database URLs for local development (outsite Docker)
|
||||
# Change 'db' to 'localhost' if running the services natively
|
||||
CMS_DATABASE_URL=postgresql://user:password@localhost:5432/openccb_cms
|
||||
LMS_DATABASE_URL=postgresql://user:password@localhost:5432/openccb_lms
|
||||
|
||||
# General fallback
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/openccb_cms
|
||||
|
||||
# JWT Secret
|
||||
JWT_SECRET=supersecret
|
||||
|
||||
# Logging
|
||||
RUST_LOG=info
|
||||
Reference in New Issue
Block a user