mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
11 lines
290 B
JavaScript
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__",
|
|
};
|