mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
21 lines
448 B
Bash
21 lines
448 B
Bash
VERSIA_PORT=8080
|
|
|
|
#VERSIA_TLS_KEY=
|
|
#VERSIA_TLS_CERT=
|
|
|
|
VERSIA_INSTANCE_ADDRESS=http://localhost:8080
|
|
VERSIA_INSTANCE_NAME=My Versia
|
|
VERSIA_INSTANCE_DESCRIPTION=Versia-Go Instance
|
|
|
|
NATS_URI=nats://localhost:4222
|
|
NATS_STREAM_NAME=versia-go
|
|
|
|
# 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=
|