taiga-front/app/config/main.coffee.example

20 lines
340 B
Plaintext

config = {
host: "localhost:8000"
scheme: "http"
debug: true
defaultLanguage: "en"
languageOptions: {
"en": "English"
}
publicRegisterEnabled: true
privacyPolicyUrl: null
termsOfServiceUrl: null
feedbackEnabled: true
}
angular.module("taigaLocalConfig", []).value("localconfig", config)