Ajout et mise à jour de configuration d'environnement (local et development)

This commit is contained in:
Julien Gautier
2023-10-04 14:15:19 +02:00
parent 2ccc9fc858
commit b0c9dbd647
3 changed files with 40 additions and 7 deletions
+11
View File
@@ -0,0 +1,11 @@
export const environment = {
production:<boolean> false,
api_url:<string> 'http://localhost:3200/api', //'https://api.rampeur.com/api'
api_key:<string> '9f5a9b80a39b4788be2f12941b766aba',
use_api_key:<boolean> true,
refresh_interval:<number> 30000,
couchdbUrl:<string> 'http://couchdb.unespace.com',
couchdbDatabase:<string> 'headupdb',
couchdbDesign:<string> 'headup_app',
couchdbCredential:<string> 'cmFtcGV1cjpES3hwMjRQUw=='
};