Skip to content

Commit

Permalink
feat: add embed_url to pdc-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Dec 9, 2024
1 parent 854501e commit ea407ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/pdc-dashboard/config/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export default ({ env }) => ({
config: {
api_url: env('OPEN_FORMS_API_URL'),
token: env('OPEN_FORMS_API_TOKEN'),
embed_url: env('FRONTEND_PUBLIC_URL'),
},
},
upload: {
Expand Down

0 comments on commit ea407ac

Please sign in to comment.