mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
change nginx url
This commit is contained in:
parent
ebf31e9fe8
commit
a8d3d25fc2
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ dependencies {
|
|||
}
|
||||
|
||||
// use an integer for version numbers
|
||||
version = 8
|
||||
version = 9
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
override val requiresUsername = true
|
||||
override val requiresPassword = true
|
||||
override val requiresServer = true
|
||||
override val createAccountUrl = "https://www.sarlays.com/use-nginx-with-cloudstream/"
|
||||
override val createAccountUrl = "https://recloudstream.github.io/docs/users/use-nginx.md"
|
||||
|
||||
companion object {
|
||||
const val NGINX_USER_KEY: String = "nginx_user"
|
||||
|
|
Loading…
Reference in a new issue