taiga-front/config/main.coffee.example

17 lines
283 B
Plaintext

config = {
host: "localhost:8000"
scheme: "http"
debug: true
defaultLanguage: "en"
languageOptions: {
"es": "Spanish"
"en": "English"
}
pubblicRegisterEnabled: true
}
angular.module("taigaLocalConfig", []).value("localconfig", config)