mirror of
https://github.com/Alexander-D-Karpov/about.git
synced 2026-03-16 22:06:08 +03:00
21 lines
404 B
Plaintext
21 lines
404 B
Plaintext
# Server Configuration
|
|
PORT=8080
|
|
DEBUG=false
|
|
|
|
# Paths
|
|
DATA_PATH=./data
|
|
STATIC_PATH=./static
|
|
MEDIA_PATH=./media
|
|
|
|
# Admin Credentials
|
|
ADMIN_USER=admin
|
|
ADMIN_PASS=your_secure_password
|
|
|
|
# API Keys
|
|
LASTFM_API_KEY=your_lastfm_api_key
|
|
STEAM_API_KEY=your_steam_api_key
|
|
GITHUB_TOKEN=ghp_your_token_here
|
|
|
|
HCGATEWAY_URL=https://api.hcgateway.shuchir.dev
|
|
HCGATEWAY_USER=your_username
|
|
HCGATEWAY_PASSWORD=your_password |