Skip to content

Commit

Permalink
Update default env vars to use s3mock (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
duogenesis authored Jan 20, 2024
1 parent ed1cf03 commit 67d4bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/env.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Constants from 'expo-constants';

export const API_URL = Constants.expoConfig?.extra?.apiUrl ?? 'http://localhost:5000';
export const CHAT_URL = Constants.expoConfig?.extra?.chatUrl ?? 'ws://localhost:5443';
export const IMAGES_URL = Constants.expoConfig?.extra?.imagesUrl ?? 'https://test-user-images.duolicious.app';
export const IMAGES_URL = Constants.expoConfig?.extra?.imagesUrl ?? 'http://localhost:9090/s3-mock-bucket';
export const STATUS_URL = Constants.expoConfig?.extra?.statusUrl ?? 'http://localhost:8080';

0 comments on commit 67d4bf6

Please sign in to comment.