update cicd
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
server:
|
||||
port: "8080"
|
||||
grpc_port: "9000"
|
||||
mode: "debug" # debug or release
|
||||
|
||||
@@ -11,28 +10,15 @@ redis:
|
||||
password: ""
|
||||
db: 0
|
||||
|
||||
jwt:
|
||||
secret: "your_super_secret_jwt_key"
|
||||
|
||||
google:
|
||||
client_id: "your_google_client_id"
|
||||
client_secret: "your_google_client_secret"
|
||||
redirect_url: "http://localhost:8080/auth/google/callback"
|
||||
state_ttl_minutes: 10
|
||||
|
||||
frontend:
|
||||
base_url: "http://localhost:5173"
|
||||
google_auth_finalize_path: "/auth/google/finalize"
|
||||
|
||||
internal:
|
||||
marker: "your_shared_internal_auth_marker"
|
||||
|
||||
cors:
|
||||
allow_origins:
|
||||
- "http://localhost:5173"
|
||||
- "http://localhost:8080"
|
||||
- "http://localhost:8081"
|
||||
|
||||
email:
|
||||
from: "no-reply@picpic.com"
|
||||
|
||||
@@ -43,8 +29,11 @@ aws:
|
||||
secret_key: "your_secret_key"
|
||||
|
||||
render:
|
||||
agent_secret: "your_render_agent_secret"
|
||||
enable_metrics: true
|
||||
enable_tracing: false
|
||||
otlp_endpoint: ""
|
||||
service_name: "stream-api-render"
|
||||
|
||||
# Agent runtime uses environment variables rather than this YAML file.
|
||||
# Required: APP_INTERNAL_MARKER
|
||||
# Optional: AGENT_SERVER (default localhost:9000), FORCE_NEW_ID, AGENT_IMAGE, HOST_DOCKER_SOCK
|
||||
|
||||
Reference in New Issue
Block a user