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 9869111 commit 9d0de46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/environments/environment.pre.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: "CHANGEIT",
Expand Down
1 change: 1 addition & 0 deletions src/environments/environment.prod.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: "CHANGEIT",
Expand Down

0 comments on commit 9d0de46

Please sign in to comment.