Skip to content
Snippets Groups Projects
Commit a847ec93 authored by Timothee P's avatar Timothee P :sunflower:
Browse files

update ReadMe & .gitignore

parent 746dbb21
No related branches found
No related tags found
2 merge requests!295Version 3.0.0,!268REDMINE_ISSUE-12846
......@@ -40,3 +40,6 @@ npm-debug.log
yarn-error.log
*.swp
### Config ###
public/config/config.json
\ No newline at end of file
......@@ -33,13 +33,13 @@ NODE_ENV=development
"VUE_APP_RELOAD_INTERVAL": 15000,
"VUE_APP_DISABLE_LOGIN_BUTTON":false,
"VUE_APP_LOGIN_URL":"",
"DEFAULT_BASE_MAP":{
"SERVICE": "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
"OPTIONS": {
"DEFAULT_BASE_MAP_SERVICE": "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
"DEFAULT_BASE_MAP_OPTIONS": {
"attribution": "&copy; contributeurs d'<a href='https://osm.org/copyright'>OpenStreetMap</a>",
"maxZoom": 20
}
},
"DEFAULT_MAP_VIEW" : {
"center": [47.0, 1.0],
"zoom": 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment