Skip to content

Commit

Permalink
update .env.example and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsayo committed Jan 7, 2025
1 parent 7997922 commit 7fa5d70
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
CACHE_STORE=database # Defaults to database. Other available cache store: redis and filesystem
REDIS_URL= # Redis URL - could be a local redis instance or cloud hosted redis. Also support rediss:// urls

PGLITE_DATA_DIR= #../pgLite/ if selecting a directory --- or memory:// if selecting in memory

# Discord Configuration
DISCORD_APPLICATION_ID=
DISCORD_API_TOKEN= # Bot token
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ packages/plugin-buttplug/intiface-engine
dist/
# Allow models directory but ignore model files
models/*.gguf
pgLite/

cookies.json

Expand Down
64 changes: 44 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7fa5d70

Please sign in to comment.