fix(config): update internal metrics token and adjust membership AI points and storage limits
Deployment Config CI / Deployment Config (push) Successful in 14s
Deployment Config CI / Deployment Config (push) Successful in 14s
This commit is contained in:
@@ -30,7 +30,7 @@ rabbitmq:
|
||||
scheduler:
|
||||
http_host: 127.0.0.1
|
||||
http_port: 8081
|
||||
internal_metrics_token: ""
|
||||
internal_metrics_token: "geo-metrics-token"
|
||||
dispatch_interval: 15s
|
||||
dispatch_timeout: 30s
|
||||
dispatch_batch_size: 100
|
||||
@@ -48,7 +48,7 @@ membership:
|
||||
name: Free
|
||||
article_generation: 3
|
||||
article_quota_cycle: lifetime
|
||||
ai_points_monthly: 0
|
||||
ai_points_monthly: 10
|
||||
ai_point_base_chars: 1000
|
||||
image_storage_bytes: 10485760
|
||||
company_limit: 1
|
||||
@@ -58,9 +58,9 @@ membership:
|
||||
name: Plus
|
||||
article_generation: 200
|
||||
article_quota_cycle: monthly
|
||||
ai_points_monthly: 0
|
||||
ai_points_monthly: 1000
|
||||
ai_point_base_chars: 1000
|
||||
image_storage_bytes: 524288000
|
||||
image_storage_bytes: 26214000
|
||||
company_limit: 1
|
||||
subscription_duration: 720h
|
||||
- code: pro
|
||||
@@ -69,10 +69,17 @@ membership:
|
||||
article_quota_cycle: monthly
|
||||
ai_points_monthly: 1500
|
||||
ai_point_base_chars: 1000
|
||||
image_storage_bytes: 1073741824
|
||||
image_storage_bytes: 524288000
|
||||
company_limit: 2
|
||||
subscription_duration: 720h
|
||||
|
||||
brand_library:
|
||||
free_brand_limit: 1
|
||||
paid_brand_limit: 2
|
||||
max_keywords: 5
|
||||
max_questions_per_keyword: 5
|
||||
|
||||
|
||||
redis:
|
||||
addr: redis:6379
|
||||
db: 0
|
||||
@@ -98,7 +105,7 @@ cache:
|
||||
|
||||
jwt:
|
||||
# Override via JWT_SECRET env var in .env
|
||||
secret: "change-me-in-production"
|
||||
secret: "geo-change-me-in-production"
|
||||
access_ttl: 15m
|
||||
refresh_ttl: 720h
|
||||
|
||||
@@ -110,7 +117,7 @@ llm:
|
||||
provider: ark
|
||||
base_url: https://ark.cn-beijing.volces.com/api/v3
|
||||
# api_key is injected via LLM_API_KEY env var
|
||||
api_key: ""
|
||||
api_key: "7fb6c66b-129c-4935-9617-709236c4205a"
|
||||
model: doubao-seed-2-0-lite-260215
|
||||
knowledge_url_model: doubao-seed-2-0-mini-260215
|
||||
timeout: 2m
|
||||
@@ -123,7 +130,7 @@ retrieval:
|
||||
provider: siliconflow
|
||||
base_url: https://api.siliconflow.cn/v1
|
||||
# api_key is injected via SILICONFLOW_API_KEY env var
|
||||
api_key: ""
|
||||
api_key: "sk-dikvcafrdcbajjpfgjjephqcggpdxwxdkighllieijlehwsf"
|
||||
embedding_model: BAAI/bge-m3
|
||||
reranker_model: BAAI/bge-reranker-v2-m3
|
||||
timeout: 30s
|
||||
|
||||
@@ -34,14 +34,14 @@ log:
|
||||
format: json
|
||||
|
||||
jwt:
|
||||
secret: ""
|
||||
secret: "geo-ops-15645415841"
|
||||
access_ttl: 8h
|
||||
|
||||
default_admin:
|
||||
username: admin
|
||||
display_name: system-admin
|
||||
email: ""
|
||||
password: ""
|
||||
email: "liangxu0920@qq.com"
|
||||
password: "liang0920"
|
||||
|
||||
admin_users:
|
||||
default_plan_code: free
|
||||
|
||||
Reference in New Issue
Block a user