Skip to content

Commit

Permalink
設定 content-delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
yaochangyu committed Dec 8, 2024
1 parent 39dd3bd commit d91ccd9
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions tolgee/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,21 @@ tolgee:
initial-username: admin
# jwt-secret: my_jwt_secret
machine-translation:
# google:
# api-key: my_google_api_key
google:
api-key: my_google_api_key
deepl:
auth-key: my_deepl_api_key
tolgee:
enabled: true
default-primary: true
content-delivery:
public-url-prefix: demo
storage:
s3:
access-key: my_s3_access_key
bucket-name: my_s3_bucket_name
region: my_s3_region
secret-key: my_s3_secret_key
smtp:
auth: true
from: Tolgee <[email protected]>
Expand Down

0 comments on commit d91ccd9

Please sign in to comment.