1
0
Fork 0
peertube/client/src/environments/environment.e2e.ts

7 lines
144 B
TypeScript
Raw Normal View History

2018-05-16 17:59:21 +00:00
export const environment = {
production: false,
hmr: false,
2023-11-06 07:56:56 +00:00
apiUrl: 'http://127.0.0.1:9001',
originServerUrl: 'http://127.0.0.1:9001'
2018-05-16 17:59:21 +00:00
}