This commit is contained in:
2026-03-10 00:14:14 -05:00
commit 78ca7b4d8b
25 changed files with 1801 additions and 0 deletions

30
example.env.example Normal file
View File

@@ -0,0 +1,30 @@
# The name of the application
# @required
APP_NAME=MyApp
# The environment to run in
# @type enum:development,staging,production
# @required
APP_ENV=development
# Port number the server listens on
# @type number
PORT=3000
# Enable debug logging
# @type bool
DEBUG=false
# Secret key for signing JWTs
# @type secret
# @required
JWT_SECRET=
# Database connection URL
# @type url
# @required
DATABASE_URL=postgres://localhost:5432/myapp
# Optional email address for admin notifications
# @type email
ADMIN_EMAIL=