Created
February 9, 2013 00:12
-
-
Save johndel/4743090 to your computer and use it in GitHub Desktop.
crtmpserver users.lua file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
users= | |
{ | |
username1="password", | |
username2="password", | |
} | |
realms= | |
{ | |
{ | |
name="My realm...", | |
method="Basic", | |
users={ | |
"username1" | |
}, | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment