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-09 18:30:37 +02:00

11 lines
290 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__",
},
selectedUser: "__USER__",
};