versia-go/.env

21 lines
448 B
Bash
Raw Normal View History

2024-08-27 19:19:29 +02:00
VERSIA_PORT=8080
2024-08-11 03:51:22 +02:00
#VERSIA_TLS_KEY=
#VERSIA_TLS_CERT=
2024-08-27 19:19:29 +02:00
VERSIA_INSTANCE_ADDRESS=http://localhost:8080
VERSIA_INSTANCE_NAME=My Versia
VERSIA_INSTANCE_DESCRIPTION=Versia-Go Instance
2024-08-20 22:43:26 +02:00
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=