Skip to content

Commit

Permalink
cdn??????????????????
Browse files Browse the repository at this point in the history
  • Loading branch information
cateiru committed Oct 10, 2023
1 parent f1b4aeb commit 4fa7d1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,7 @@ var CloudRunStagingConfig = &Config{

UseCDN: false, // NOTE: ステージング環境はCloudStorageから直接
CDNHost: &url.URL{
Host: "storage.googleapis.com",
Path: "/oreore-me-staging",
Host: "cdn.staging.oreore.me",
Scheme: "https",
},
FastlyApiToken: "token", // NOTE: ステージング環境はCloudStorageから直接
Expand Down

0 comments on commit 4fa7d1b

Please sign in to comment.