mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-07-08 16:45:09 +00:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
export const environment = {
|
|
production: false,
|
|
uploadServiceBaseUrl: 'http://localhost:1337'
|
|
}; |