Update to have a configuration file out of the
app bundle.
This commit is contained in:
4
Front/skydivelogs-app/src/config/config.dev.json
Normal file
4
Front/skydivelogs-app/src/config/config.dev.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"apiUrl": "http://localhost:5000",
|
||||
"version": "0.28.0"
|
||||
}
|
||||
4
Front/skydivelogs-app/src/config/config.prod.json
Normal file
4
Front/skydivelogs-app/src/config/config.prod.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"apiUrl": "https://test-divelog.sebastienandre.com",
|
||||
"version": "0.28.0"
|
||||
}
|
||||
Reference in New Issue
Block a user