Skip to content

Commit

Permalink
Add config entry
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Oct 16, 2023
1 parent c5ec0c6 commit f585218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/atlas/atlas.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ general:
joystreamLandingPageUrl: 'https://www.joystream.org' # URL for Joystream landing page - used in the footer and in "Learn more" links
joystreamDiscordUrl: 'https://discord.gg/DE9UN3YpRP' # URL for Joystream Discord - used for support when errors occur
appContentFocus: 'web3 & crypto' # Content focus of given app. Provide a string, for example `web & crypto` or `sport`
crtMaintenanceMode: true
storage:
assetResponseTimeout: 2_000 # Timeout for asset response in ms - after this timeout, different distributor will be tried
assetUploadStatusPollingInterval: 2000 # Interval for polling asset upload status in ms - polling begins once asset is uploaded and is finished once QN reports the asset as accepted
Expand Down
1 change: 1 addition & 0 deletions packages/atlas/src/config/configSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export const configSchema = z.object({
joystreamLandingPageUrl: z.string(),
joystreamDiscordUrl: z.string(),
appContentFocus: z.string().nullable(),
crtMaintenanceMode: z.boolean(),
}),
storage: z.object({
assetResponseTimeout: z.number(),
Expand Down

0 comments on commit f585218

Please sign in to comment.