Skip to content

Instantly share code, notes, and snippets.

View throne1986's full-sized avatar

Geofrey Zellah throne1986

  • Zellah's Inc
  • Warsaw
View GitHub Profile
@throne1986
throne1986 / .env
Created September 2, 2018 11:48 — forked from prappo/.env
env file for Laravel postgresql database
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