mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-21 05:02:12 -04:00
* Add PDO repository * Make file storage path configurable * Name username query property required * Add special exception class
9 lines
134 B
Plaintext
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=
|