versia-go/.env

18 lines
380 B
Bash
Raw Normal View History

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