adding .env* stuff to gitignore, fixing a minor docs formatting bug

This commit is contained in:
Joshua Smith
2025-04-17 05:32:55 -04:00
parent 0bcf68d9fd
commit 463ae581ac
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ coverage.xml
.env .env
*.env *.env
.env*

View File

@@ -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): 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 ```bash
FIN_START_REAL_WORKFLOW=FALSE #set this to true to start a real workflow FIN_START_REAL_WORKFLOW=FALSE #set this to true to start a real workflow
```
#### Goals: HR/PTO #### Goals: HR/PTO