Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URL relatives VS URL absolues #20

Open
hsquividant opened this issue Oct 15, 2024 · 2 comments
Open

URL relatives VS URL absolues #20

hsquividant opened this issue Oct 15, 2024 · 2 comments

Comments

@hsquividant
Copy link
Member

A chaque déploiement sur le serveur en production https://geosas.fr/bosco, il faut modifier les URL relatives en URL absolues :
url="apps/bosco/..." --> url="/apps/bosco/...".
Cela concerne les fichiers :

  • default.xml
  • boscoHome.html
  • templates/sensor-wms-highcharts.mst
@Gaetanbrl
Copy link
Collaborator

Pour le template c'est pas super simple de rendre ca automatique.

Par contre, il y a la possibilité d'utiliser les variables d'environnement pour certaines URLs (pas toutes) comme les couches.
C'est justement fait pour ce cas d'usage de recette à production.

https://mviewerdoc.readthedocs.io/fr/stable/doc_tech/config_environmentvar.html

@hsquividant
Copy link
Member Author

Je le note... pour le prochain déploiement.
Merci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants