versia-go/.env

15 lines
360 B
Bash
Raw Normal View History

2024-08-11 03:51:22 +02:00
PUBLIC_ADDRESS="https://localhost"
INSTANCE_NAME="lysand-test"
INSTANCE_DESCRIPTION="Versia-Go Instance"
NATS_URI="nats://localhost:4222"
# SQLite
DATABASE_URI="file:./versia-go.db?cache=shared&_fk=1"
# PostgreSQL
# DATABASE_URI="postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable"
ENVIRONMENT="development"
OTLP_ENDPOINT=""
SENTRY_DSN=""