Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
- added config file with config object
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanTuryna committed Feb 5, 2020
1 parent ee95d5f commit 8c4cdad
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions js/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const config = {
REQUEST: {
classic: `https://yacdn.org/serve/https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml`,
backup: `https://api.codetabs.com/v1/proxy?quest=https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml`,
with_date: `https://yacdn.org/proxy/https://www.cnb.cz/cs/financni_trhy/devizovy_trh/kurzy_devizoveho_trhu/denni_kurz.xml?date=`
},
UI: {
show: 'blind',
fade: 'slow',
tooltip_slow: {
delay: {
show: 1000,
hide: 0
}
}
}
};

0 comments on commit 8c4cdad

Please sign in to comment.