question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jicofo's reservation.rest.BASE_URL cannot be specified as ENV

See original GitHub issue

Currently it’s not possible to set the Base URL of Jicofo’s reservation system from the .env file. Instead org.jitsi.impl.reservation.rest.BASE_URL=http://reservation.example.com must be added manually to .jitsi-meet-cfg/jicofo/sip-communicator.properties, which get’s resetted sometimes. There is definitely some workarounds, but it’d be most elegant, if this feature was implemented, so that adding the URL to the .env file would to the trick.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
saghulcommented, Jan 23, 2020

Allow me to rant a little.

This is why we can’t have nice things. You supervisor is happy with whatever hack, disregarding the time they saved because this project exists in the first place.

The change required to enabe this functionality takes 10 minutes to do, if you have experience, I’d say a few hours if you don’t know the setup well.

Good luck, just so you know, your supervisor is a bad one.

1reaction
saghulcommented, Jan 27, 2020

Thanks a lot @kheir95! ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker+Jibri: cannot start recording baseUrl=<no value>
Hello there, i'm facing an issue when i try to record with Jibri, here you have the docker compose logs: jicofo_1 | INFO:...
Read more >
How to set base url for rest in spring boot? - Stack Overflow
With Spring Boot 1.2+ (<2.0) all it takes is a single property in application.properties: spring.data.rest.basePath=/api.
Read more >
Environment Variables | Cypress Documentation
Difference between OS-level and Cypress environment variables In Cypress, "environment variables" are variables that are accessible via Cypress.env.
Read more >
How to correctly use the baseUrl to visit a site in Cypress
Use baseUrl to avoid page reloads. This is much better than the alternatives: hardcoding the URL or passing it via the environment variables ......
Read more >
API Host and Base Path - Swagger
REST APIs have a base URL to which the endpoint paths are appended. The base URL is defined by schemes , host and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found