superkit/bootstrap/.env.local
2024-06-12 18:12:27 +02:00

23 lines
No EOL
592 B
Text

# Application environment
# production or development
APP_ENV = development
# HTTP listen port of the application
HTTP_LISTEN_ADDR = :3000
# Database configuration
DB_DRIVER = sqlite3
DB_USER =
DB_HOST =
DB_PASSWORD =
DB_NAME = app_db
MIGRATION_DIR = app/db/migrations
# Application secret used to secure your sessions.
# The secret will be auto generated on install.
# If you still want to change it make sure its at
# least 32 bytes long.
# NOTE: You might want to change this secret when using
# your app in production.
APP_SECRET = {{app_secret}}