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
a10d56bafc
PeerTube
/
shared
/
models
/
server-config.model.ts
6 lines
71 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Share models between server and client
2017-06-17 04:28:11 -05:00
export
interface
ServerConfig
{
signup
:
{
Add ability to limit user registrations
2017-07-25 13:17:28 -05:00
allowed
:
boolean
Share models between server and client
2017-06-17 04:28:11 -05:00
}
}