From 5656f6f7097cb3f5271cd6d0b1fd76cb59407a34 Mon Sep 17 00:00:00 2001 From: Sara Vieira Date: Mon, 14 Feb 2022 16:01:08 +0100 Subject: [PATCH] add env example back --- .env.template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 000000000..30bd7cf21 --- /dev/null +++ b/.env.template @@ -0,0 +1,5 @@ +COOLIFY_APP_ID= +COOLIFY_SECRET_KEY= +COOLIFY_DATABASE_URL=file:../db/prod.db +COOLIFY_SENTRY_DSN= +COOLIFY_IS_ON="docker" \ No newline at end of file