Skip to content

Commit

Permalink
Devnet deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
lazynina authored and tholonious committed Jun 17, 2024
1 parent 5f1ae62 commit 27033ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ header @html Content-Security-Policy "
connect-src 'self'
media.deso.org
node.deso.org
*.deso.run
amp.deso.org
bithunt.deso.org
bitclout.com:*
Expand Down
6 changes: 3 additions & 3 deletions src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const environment = {
production: true,
uploadImageHostname: 'node.deso.org',
verificationEndpointHostname: 'https://node.deso.org',
uploadImageHostname: 'devnet-0.deso.run',
verificationEndpointHostname: 'https://devnet-0.deso.run',
uploadVideoHostname: 'media.deso.org',
identityURL: 'https://identity.deso.org',
identityURL: 'https://identity.deso.run',
supportEmail: '',
dd: {
apiKey: 'DCEB26AC8BF47F1D7B4D87440EDCA6',
Expand Down

0 comments on commit 27033ea

Please sign in to comment.