Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Oct 17, 2024
1 parent a9f1eae commit 9869111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/design-studio-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"wsUrlRel": "${WS_URL_RELATIVE}",
"uploadEngine": "${UPLOAD_ENGINE}",
"baseImageUrl": "${API_BASEIMAGE_URL}",
"fileUploadAccept":"*/*",
"fileUploadAccept":"${FILE_UPLOAD_ACCEPT}",
"logLevel": "${LOG_LEVEL}",
"aiModels":"${AI_MODELS}",
"storage_prefix": "cds_sv5",
Expand Down
1 change: 1 addition & 0 deletions src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const environment = {
wsUrl: 'ws://localhost:3000/',
uploadEngine: 'native',
baseImageUrl: 'CHANGEIT',
fileUploadAccept: "*/*",
logLevel: 'error',
aiModels: 'CHANGEIT',
storage_prefix: "cds_sv6",
Expand Down

0 comments on commit 9869111

Please sign in to comment.