This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
dfa3d80ad3
PeerTube
/
client
/
src
/
environments
/
environment.prod.ts
7 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Move to angular cli
2017-12-11 10:36:46 -06:00
export
const
environment
=
{
production
:
true
,
Add hmr
2017-12-12 07:45:42 -06:00
hmr
:
false
,
predefined report reasons & improved reporter UI (#2842) - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal
2020-06-22 06:00:39 -05:00
apiUrl
:
''
,
refactor scoped token service
2020-11-09 09:25:27 -06:00
originServerUrl
:
''
Move to angular cli
2017-12-11 10:36:46 -06:00
}