mirror of
https://github.com/versia-pub/versia-go.git
synced 2025-12-06 06:28:18 +01:00
fix: example .env file
This commit is contained in:
parent
7d51385ad9
commit
d6bdcce4f4
4
.env
4
.env
|
|
@ -1,9 +1,9 @@
|
||||||
VERSIA_PORT=8443
|
VERSIA_PORT=8080
|
||||||
|
|
||||||
#VERSIA_TLS_KEY=
|
#VERSIA_TLS_KEY=
|
||||||
#VERSIA_TLS_CERT=
|
#VERSIA_TLS_CERT=
|
||||||
|
|
||||||
VERSIA_INSTANCE_ADDRESS=https://localhost
|
VERSIA_INSTANCE_ADDRESS=http://localhost:8080
|
||||||
VERSIA_INSTANCE_NAME=lysand-test
|
VERSIA_INSTANCE_NAME=lysand-test
|
||||||
VERSIA_INSTANCE_DESCRIPTION=Versia-Go Instance
|
VERSIA_INSTANCE_DESCRIPTION=Versia-Go Instance
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue