update app.config.dist.ts from the one from liveche
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| export const AppConfig = { | ||||
|     appName: "BiomMap – la biodiversité à Wasseiges", | ||||
|     API_ENDPOINT:"http://liveche.champs-libres.be:8080/api", | ||||
|     API_TAXHUB:"http://liveche.champs-libres.be:8080/taxhub/api/", | ||||
|     API_ENDPOINT:"https://biomap.champs-libres.be/api", | ||||
|     API_TAXHUB:"https://biomap.champs-libres.be/taxhub/api/", | ||||
|     FRONTEND:{ | ||||
|         PROD_MOD:true, | ||||
|         MULTILINGUAL:false, | ||||
| @@ -16,13 +16,13 @@ export const AppConfig = { | ||||
|       keywords: 'biodiversite enquetes participatif observations', | ||||
|     }, | ||||
|     about: true, | ||||
|     URL_APPLICATION:"http://liveche.champs-libres.be:8080/", | ||||
|     URL_APPLICATION:"http://localhost:8080/", | ||||
|     REWARDS: true, | ||||
|     termsOfUse: { | ||||
|       fr: "assets/cgu.pdf", | ||||
|       en: "assets/termsOfUse.pdf" | ||||
|     }, | ||||
|     signup:true, | ||||
|     signup: "optional", // never|optional|always | ||||
|     email_contact:false, | ||||
|     platform_intro: { | ||||
|       fr: "La biodiversité<br /> à Wasseiges", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user