Files
stream.api/config.yaml
2026-04-02 11:01:30 +00:00

28 lines
650 B
YAML

server:
port: "8080"
mode: "debug" # debug or release
database:
dsn: "host=47.84.63.130 user=postgres password=D@tkhong9 dbname=video_db port=5432 sslmode=disable"
redis:
addr: "47.84.62.226:6379"
password: "pass123"
db: 3
google:
client_id: "781933579930-avgrrvdj26ajqujs0snajk62jgch2jl5.apps.googleusercontent.com"
client_secret: "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"
redirect_url: "https://hlstiktok.com/auth/google/callback"
email:
from: "no-reply@picpic.com"
internal:
marker: "your-secret-marker"
aws:
region: "us-east-1"
bucket: "your-bucket-name"
access_key: "your_access_key"
secret_key: "your_secret_key"