Cosmetic features only

This commit is contained in:
2026-03-04 21:15:31 +07:00
parent eab67ccfc1
commit 1af0cf1826
2 changed files with 14 additions and 0 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
BOT_TOKEN=
POSTGRES_URL=postgresql+asyncpg://postgres:HEXDEVFUCKINGSUCKS!@localhost:5432/postgres
CARD_NUMBER=
CARD_HOLDER=
REDIS_URL=redis://localhost:6379/0

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## cmds
```bash
sudo docker run --name postgres-work -e POSTGRES_PASSWORD=HEXDEVFUCKINGSUCKS! -d postgres -p 5432:5432
```
```bash
sudo docker run -d --name redis -p 6379:6379 redis:latest
```