Skip to content

Commit

Permalink
COMMENT_TIP_TIERS env: use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lezek123 committed Dec 16, 2024
1 parent aa54a21 commit 7dfb397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ VIDEO_RELEVANCE_VIEWS_TICK=50
# Default channel weight/bias
# ]
RELEVANCE_WEIGHTS="[1, 0.03, 0.3, 0.5, [7,3], 1]"
COMMENT_TIP_TIERS="{\"SILVER\": 100, \"GOLD\": 500, \"DIAMOND\": 1000}"
COMMENT_TIP_TIERS='{"SILVER": 100, "GOLD": 500, "DIAMOND": 1000}'
MAX_CACHED_ENTITIES=5000
APP_PRIVATE_KEY=this-is-not-so-secret-change-it
SESSION_EXPIRY_AFTER_INACTIVITY_MINUTES=60
Expand Down
2 changes: 1 addition & 1 deletion src/tests/integration/.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ VIDEO_RELEVANCE_VIEWS_TICK=50
# [joystream creation weight, YT creation weight]
# ]
RELEVANCE_WEIGHTS="[1, 0.03, 0.3, 0.5, [7,3]]"
COMMENT_TIP_TIERS="{\"SILVER\": 100, \"GOLD\": 500, \"DIAMOND\": 1000}"
COMMENT_TIP_TIERS='{"SILVER": 100, "GOLD": 500, "DIAMOND": 1000}'
MAX_CACHED_ENTITIES=1000
APP_PRIVATE_KEY=this-is-not-so-secret-change-it
SESSION_EXPIRY_AFTER_INACTIVITY_MINUTES=60
Expand Down

0 comments on commit 7dfb397

Please sign in to comment.