simple-web-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.env.example (133B)


      1 DB_PATH=data/app.db
      2 DEBUG=true
      3 ADDR=0.0.0.0:8000
      4 SMTP_ADDR=localhost:25
      5 SMTP_FROM=noreply@example.com
      6 SITE_URL=http://localhost:8000