1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
owntracks_ynh/conf/config.example.js
2024-06-03 20:04:17 +02:00

10 lines
260 B
JavaScript

// Here you can overwite the default configuration values
window.owntracks = window.owntracks || {};
window.owntracks.config = {
api: {
baseUrl: "https://__DOMAIN__/__PATH__/recorder/",
},
router: {
basePath: "/__PATH__",
},
};