summary refs log tree commit diff
path: root/.env.example
diff options
context:
space:
mode:
authorHayden Young <hi@hbjy.dev>2021-10-15 13:49:55 +0000
committerGitHub <noreply@github.com>2021-10-15 13:49:55 +0000
commitda7a87d3917463a8464cd32567ecb0c102d4bf34 (patch)
tree3d52369beab901f93eba3861f46cd17e8f8ac2f9 /.env.example
parent:bug: fix unittests (diff)
downloadserver-ts-da7a87d3917463a8464cd32567ecb0c102d4bf34.tar.xz
fix: make API dockerfile use correct setup steps
Diffstat (limited to '.env.example')
-rw-r--r--.env.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644

index 00000000..72449f88 --- /dev/null +++ b/.env.example
@@ -0,0 +1,6 @@ +PRODUCTION=false + +DATABASE="postgres://fosscord:fosscord@db:5432/fosscord" + +STORAGE_PROVIDER=file +STORAGE_LOCATION=/data