This is my ~/taiga-front-dist/js/conf.json:
{
"api": "http://my.domain/api/v1/",
"eventsUrl": ws://my.domain/events,
"debug": true,
"debugInfo": false,
"defaultLanguage": "en",
"themes": ["taiga"],
"defaultTheme": "taiga",
"publicRegisterEnabled": true,
"feedbackEnabled": true,
"privacyPolicyUrl": null,
"termsOfServiceUrl": null,
"maxUploadFileSize": null,
"contribPlugins": []
}
Would preciate some help with this. Thanks inadvance,
Juan Carlos
--
You received this message because you are subscribed to the Google Groups "taigaio" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taigaio+u...@googlegroups.com.
To post to this group, send an email to tai...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/e3977afb38e6a72f9dedc04d13dcee1a%40webmail.reduc.edu.cu.
For more options, visit https://groups.google.com/d/optout.
| Alejandro Alonso Fernández CIO & Co-founder www.kaleidos.net/FC8EAC/ |
...
window.taigaConfig = {
"api": "http://localhost:8000/api/v1",
"eventsUrl": null,
"debug": true,
"defaultLanguage": "en",
"themes": ["taiga", "material-design", "high-contrast"],
"defaultTheme": "taiga",
"publicRegisterEnabled": true,
"feedbackEnabled": true,
"privacyPolicyUrl": null,
"termsOfServiceUrl": null,
"maxUploadFileSize": null,
"contribPlugins": []
};
...
I changed "localhost:8000" to "my.domain" and it worked. It looks like it is using the default
settings instead of the provided with conf.json. But why?
9 de diciembre del 2015 3:06, "Alejandro Alonso" <alejandr...@kaleidos.net> escribió:
> Hello Juan,
>
> Are you using the last stable release?, if so your conf.json path should be
> ~/taiga-front-dist/dist/js/conf.json
>
> Regards,
>
> 2015-12-08 17:33 GMT+01:00 <juan....@reduc.edu.cu>:
>
>> Hi. After intsalling Taiga and trying to login with admin:123123 I get an authentication error
>> message saying "According to our Oompa Loompas, your username/email or password are incorrect."
>> Looking at the browser requests I see the app is trying to reach
>> "http://localhost:8000/api/v1/auth" instead of "http://my.domain/api/v1/auth". What is wrong with
>> my configs?
>>
>> This is my ~/taiga-front-dist/js/conf.json:
>>
>> {
>> "api": "http://my.domain/api/v1",
>> "eventsUrl": ws://my.domain/events,
>> "debug": true,
>> "debugInfo": false,
>> "defaultLanguage": "en",
>> "themes": ["taiga"],
>> "defaultTheme": "taiga",
>> "publicRegisterEnabled": true,
>> "feedbackEnabled": true,
>> "privacyPolicyUrl": null,
>> "termsOfServiceUrl": null,
>> "maxUploadFileSize": null,
>> "contribPlugins": []
>> }
>>
>> Would preciate some help with this. Thanks inadvance,
>>
>> Juan Carlos
>>
>> --
>> You received this message because you are subscribed to the Google Groups "taigaio" group.
>> To unsubscribe from this group and stop receiving emails from it, send an email to
>> taigaio+u...@googlegroups.com.
>> To post to this group, send an email to tai...@googlegroups.com.
>> To view this discussion on the web, visit
>> https://groups.google.com/d/msgid/taigaio/e3977afb38e6a72f9dedc04d13dcee1a%40webmail.reduc.edu.cu.
>> For more options, visit https://groups.google.com/d/optout.
>
> --
> Alejandro Alonso Fernández
> CIO & Co-founderale...@kaleidos.net | Tel: (+34) 627263808 | (+34) 913562995
> www.kaleidos.net/FC8EAC/
> https://groups.google.com/d/msgid/taigaio/36d3f99fe02954574ba68740aa1203c4%40webmail.reduc.edu.cu.
To view this discussion on the web, visit https://groups.google.com/d/msgid/taigaio/3a2397e00f614eb829988012edbbba0a%40webmail.reduc.edu.cu.
For more options, visit https://groups.google.com/d/optout.
|