From 463ae581acaa9ee93fa0eeffdf0aab43624266f3 Mon Sep 17 00:00:00 2001 From: Joshua Smith Date: Thu, 17 Apr 2025 05:32:55 -0400 Subject: [PATCH] adding .env* stuff to gitignore, fixing a minor docs formatting bug --- .gitignore | 1 + setup.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4c8f868..c2d2dde 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ coverage.xml .env *.env +.env* diff --git a/setup.md b/setup.md index a94f989..6a41558 100644 --- a/setup.md +++ b/setup.md @@ -204,6 +204,7 @@ FIN_START_REAL_WORKFLOW=FALSE #set this to true to start a real workflow By default it will _not_ make a real workflow, it'll just fake it. If you get the worker running and want to start a workflow, in your [.env](./.env): ```bash FIN_START_REAL_WORKFLOW=FALSE #set this to true to start a real workflow +``` #### Goals: HR/PTO