mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
adding .env* stuff to gitignore, fixing a minor docs formatting bug
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,3 +33,4 @@ coverage.xml
|
||||
|
||||
.env
|
||||
*.env
|
||||
.env*
|
||||
|
||||
1
setup.md
1
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
|
||||
|
||||
Reference in New Issue
Block a user