myavana-bot-test-core 2.3.2 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/.env +0 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myavana-bot-test-core",
3
- "version": "2.3.2",
3
+ "version": "2.3.4",
4
4
  "description": "Shared bot functionality with enhanced features",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/.env DELETED
@@ -1,21 +0,0 @@
1
- # PostgreSQL
2
- DB_HOST=34.55.140.120
3
- MYAVANA_DB_HOST=34.60.246.147
4
- DB_USER=myavana
5
- DB_PASSWORD=higibertigibet
6
- DB_NAME=sienna-naturals-custom-bot
7
- MYAVANA_DB_NAME=myavana-dashboard-bot
8
- DB_PORT=5432
9
-
10
- # Redis
11
- REDIS_HOST=redis-15330.c1.us-central1-2.gce.redns.redis-cloud.com
12
- REDIS_PORT=15330
13
- REDIS_PASSWORD=OyLRjkTPuCGzQ2mNzA3Uhx5HIqWza8QC
14
- REDIS_USERNAME=default
15
-
16
- #GENKIT
17
- GENKIT_API_KEY=AQ.Ab8RN6Irt-ueXxfkkZm2MEkvaTr5HfHicLIjyYFHkrancWvQjA
18
-
19
- #OpenAI
20
- OPENAI_API_KEY=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
21
-