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