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