Skip to content

Instantly share code, notes, and snippets.

@Foxhound401
Forked from prappo/.env
Created August 9, 2021 18:18
Show Gist options
  • Select an option

  • Save Foxhound401/2543b47fd1b6b71c7ce9182d9703fe78 to your computer and use it in GitHub Desktop.

Select an option

Save Foxhound401/2543b47fd1b6b71c7ce9182d9703fe78 to your computer and use it in GitHub Desktop.

Revisions

  1. @prappo prappo created this gist Aug 21, 2016.
    26 changes: 26 additions & 0 deletions .env
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    APP_ENV=local
    APP_DEBUG=true
    APP_KEY=base64:hyHUpukUUigKeEsxpGeTW4UZ+Lg+WAWxcc4/BjlgNtE=
    APP_URL=http://localhost

    DB_CONNECTION=pgsql
    DB_HOST=hostname
    DB_PORT=5432
    DB_DATABASE=Your database name
    DB_USERNAME=Your database username
    DB_PASSWORD=Your database password

    CACHE_DRIVER=file
    SESSION_DRIVER=file
    QUEUE_DRIVER=sync

    REDIS_HOST=127.0.0.1
    REDIS_PASSWORD=null
    REDIS_PORT=6379

    MAIL_DRIVER=smtp
    MAIL_HOST=mailtrap.io
    MAIL_PORT=2525
    MAIL_USERNAME=null
    MAIL_PASSWORD=null
    MAIL_ENCRYPTION=null