WIP: Almost full token controller
Some checks failed
ci/woodpecker/push/build Pipeline failed

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-05-14 18:10:49 +02:00
parent ee2aa77ceb
commit c5af2c7544
6 changed files with 192 additions and 33 deletions

View File

@@ -32,7 +32,15 @@ tasks:
SOFTPLAYER_DB_CONNECTION_STRING: postgres://softplayer:qwertyu9@localhost:30432/softplayer?sslmode=disable
SOFTPLAYER_REDIS_HOST: localhost:30379
cmd: go run main.go server --dev-mode --reflection
psql:
desc: Connect to the dev database
env:
PGDATABASE: softplayer
PGUSER: softplayer
PGPORT: "30432"
PGHOST: localhost
PGPASSWORD: qwertyu9
cmd: psql
deploy-local-env:
desc: Run a kind cluster and deploy deps
deps: