Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
brownj85 committed Nov 11, 2024
1 parent ccdb71b commit 2f53f1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/dsets/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ class Settings(BaseSettings):
datasets_admin_api_url: str | None = None

bucket_public_domain: str = "datasets.cloud.pennylane.ai"
bucket_name: str = "swc-dev-pennylane-datasets"
bucket_name: str = "swc-prod-pennylane-datasets"

bucket_prefix_build: ClassVar[S3Path] = S3Path("build")
bucket_prefix_data: ClassVar[S3Path] = S3Path("data")
bucket_prefix_assets: ClassVar[S3Path] = S3Path("assets")

datasets_build_s3_metadata_key: ClassVar[str] = "x-amz-meta-context"

audience_url: str = "https://dev.cloud.pennylane.ai"
auth_url: str = "https://auth.dev.cloud.pennylane.ai/oauth"
graphql_url: str = "https://dev.cloud.pennylane.ai/graphql"
client_id: str = "5miHebfuYvVwUW68nVoPOjdRAjioS483"
audience_url: str = "https://cloud.pennylane.ai"
auth_url: str = "https://auth.cloud.pennylane.ai/oauth"
graphql_url: str = "https://cloud.pennylane.ai/graphql"
client_id: str = "MkuZM5qKutufNBkHorThEKv6s9W5p7Fq"

@property
def url_prefix_assets(self) -> str:
Expand Down

0 comments on commit 2f53f1e

Please sign in to comment.