Skip to content

Commit

Permalink
fixing config template
Browse files Browse the repository at this point in the history
  • Loading branch information
TransformerOptimus committed May 29, 2023
1 parent 41e051f commit 44a9492
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ EMAIL_DRAFT_MODE_WITH_FOLDER: YOUR_DRAFTS_FOLDER
EMAIL_ATTACHMENT_BASE_PATH: YOUR_DIRECTORY_FOR_EMAIL_ATTACHMENTS

#DATABASE INFO
DB_NAME:
DB_USERNAME:
DB_PASSWORD:
MAX_TOOL_TOKEN_LIMIT: 600

# redis details
DB_NAME: super_agi_main
POSTGRES_URL: super__postgres
DB_USERNAME: superagi
DB_PASSWORD: password
REDIS_URL: "super__redis:6379"

0 comments on commit 44a9492

Please sign in to comment.