mirror of
https://github.com/xtr-dev/rondevu-server.git
synced 2025-12-14 04:43:24 +00:00
Update VERSION to 0.5.2 in wrangler.toml
This commit is contained in:
@@ -17,7 +17,7 @@ OFFER_MIN_TTL = "60000" # Min offer TTL: 1 minute
|
|||||||
MAX_OFFERS_PER_REQUEST = "100" # Max offers per request
|
MAX_OFFERS_PER_REQUEST = "100" # Max offers per request
|
||||||
MAX_TOPICS_PER_OFFER = "50" # Max topics per offer
|
MAX_TOPICS_PER_OFFER = "50" # Max topics per offer
|
||||||
CORS_ORIGINS = "*" # Comma-separated list of allowed origins
|
CORS_ORIGINS = "*" # Comma-separated list of allowed origins
|
||||||
VERSION = "0.5.1" # Semantic version
|
VERSION = "0.5.2" # Semantic version
|
||||||
|
|
||||||
# AUTH_SECRET should be set as a secret, not a var
|
# AUTH_SECRET should be set as a secret, not a var
|
||||||
# Run: npx wrangler secret put AUTH_SECRET
|
# Run: npx wrangler secret put AUTH_SECRET
|
||||||
|
|||||||
Reference in New Issue
Block a user