bnewbold af9f11fbde
'bsky' (appview) dev helpers ()
* remove commited .env files; exclude in gitignore

* bsky: distinct postgresql database in dev mode

* github CI: build and upload 'bsky' container to GHCR

This isn't how we deploy, but is useful for public access and things
like integration tests.

* Makefile: run-dev-appview
2023-04-24 16:27:34 -07:00

6 lines
124 B
Bash

DB_POSTGRES_URL="postgres://bsky:yksb@localhost/bsky_dev"
DEBUG_MODE=1
LOG_ENABLED="true"
LOG_LEVEL=debug
LOG_DESTINATION=1