planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

.env.example (321B)


      1 APP_NAME=Planiverse
      2 APP_ENV=local
      3 APP_KEY=
      4 APP_DEBUG=true
      5 APP_LOG_LEVEL=debug
      6 APP_URL=https://localhost
      7 
      8 DB_CONNECTION=sqlite
      9 DB_DATABASE=/var/www/planiverse/database/database.sqlite
     10 
     11 SESSION_DRIVER=file
     12 SESSION_LIFETIME=1440
     13 
     14 MASTODON_DOMAIN=http://127.0.0.1
     15 MASTODON_REDIRECT=https://localhost/callback
     16 
     17 SHOW_BEATS=true