change URL to prod
This commit is contained in:
parent
194b00aecb
commit
4d71bfccd6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const PROD_HOST_URL = 'https://testing.ente.io';
|
||||
const PROD_HOST_URL = 'https://web.ente.io';
|
||||
const FILE_STREAM_CHUNK_SIZE: number = 4 * 1024 * 1024;
|
||||
|
||||
export { PROD_HOST_URL, FILE_STREAM_CHUNK_SIZE };
|
||||
|
|
Loading…
Add table
Reference in a new issue