Ajout et mise à jour de configuration d'environnement (local et development)
This commit is contained in:
@@ -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=='
|
||||
};
|
||||
Reference in New Issue
Block a user