Update README.md

This commit is contained in:
Urlo30
2025-01-22 19:28:31 +01:00
committed by GitHub
parent 07e11bc88c
commit bc2ca901cd

View File

@@ -1,9 +1,11 @@
# UnHided # UnHided
## Env Vars ## Env Vars
```
API_PASSWORD = Yourpassword API_PASSWORD = Yourpassword
```
### Mamma Mia ### Mamma Mia
If you want to install MammaMia addon as well put also that enviroment variable If you want to install MammaMia addon as well put also that enviroment variable
```
TRANSPORT_ROUTES = { TRANSPORT_ROUTES = {
"all://*.ichigotv.net": { "all://*.ichigotv.net": {
"verify_ssl": false "verify_ssl": false
@@ -12,3 +14,4 @@ TRANSPORT_ROUTES = {
"verify_ssl": false "verify_ssl": false
} }
} }
```