taiga-front/config/main.coffee.example

8 lines
144 B
Plaintext

config = {
host: "localhost:8000"
scheme: "http"
debug: true
}
angular.module("taigaLocalConfig", []).value("localconfig", config)