mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-03-31 06:24:11 -04:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
PROJECT_NAME=ghpvc
|
|
|
|
# file | pdo
|
|
REPOSITORY=file
|
|
|
|
DB_DRIVER=pgsql
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=
|
|
DB_NAME=github_profile_views_counter
|
|
|
|
FILE_STORAGE_PATH=
|