first commit

This commit is contained in:
2025-06-08 15:42:25 +03:00
commit 752a775386
49 changed files with 1754 additions and 0 deletions

21
.env.example Normal file
View File

@ -0,0 +1,21 @@
# Port
APP_PORT=9000 # Optional
# Application
SECRET_KEY=secret_key
# Database
DATABASE_URL=postgresql://postgres:example@localhost:5432/postgres
POSTGRES_PORT=5432 # Optional
POSTGRES_DATA=./postgres # Optional
# Valkey
VALKEY_URL=redis://localhost:6379/0
VALKEY_PORT=6379 # Optional
# VK
VK_CLIENT_ID=
VK_REDIRECT_URI=
# Logging (Optional)
LOKI_URL=