mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-12 03:36:59 +00:00
Initial commit: Sencho V1 complete with Auth and Dockerization
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Sencho Configuration
|
||||
# Copy this file to .env and update the values for production
|
||||
|
||||
# JWT secret - generate a secure random string for production
|
||||
JWT_SECRET=your-secure-jwt-secret-here
|
||||
|
||||
# Directory containing docker-compose files
|
||||
COMPOSE_DIR=/path/to/your/compose/files
|
||||
Reference in New Issue
Block a user