Skip to content

Instantly share code, notes, and snippets.

View HyoMiYing's full-sized avatar

Rok Klančar HyoMiYing

View GitHub Profile
@HyoMiYing
HyoMiYing / .env
Last active October 28, 2019 13:02
Laravel, MySQL, Nginx, Docker debugging
APP_NAME=LaravelProject
APP_ENV=local
APP_KEY=base64:M+MYThnHCBoOOxUoVbApYgTL74HfnAtEUsNfUVuBWW8=
APP_DEBUG=true
APP_URL=http://localhost:8080
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=mysql