* 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
6 lines
124 B
Bash
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
|