Files
github-profile-views-counter/.env.example
Anton Komarev e4f24b04f7 Add PDO repository (#2)
* Add PDO repository

* Make file storage path configurable

* Name username query property required

* Add special exception class
2020-07-12 18:46:42 +03:00

9 lines
134 B
Plaintext

DB_DRIVER=pgsql
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=
DB_NAME=github_profile_views_counter
FILE_STORAGE_PATH=