Update to have a configuration file out of the

app bundle.
This commit is contained in:
Sébastien André
2021-02-03 10:57:30 +01:00
parent 9a9dc3fbea
commit 671f02f440
18 changed files with 99 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
{
"apiUrl": "http://localhost:5000",
"version": "0.28.0"
}

View File

@@ -0,0 +1,4 @@
{
"apiUrl": "https://test-divelog.sebastienandre.com",
"version": "0.28.0"
}