10 lines
281 B
TOML
10 lines
281 B
TOML
[core]
|
|
mesos_master_url = "http://localhost:5050"
|
|
reporting = false
|
|
email = "test@mail.com"
|
|
[marathon]
|
|
url = "http://localhost:8080"
|
|
[package]
|
|
sources = [ "git://github.com/mesosphere/universe.git", "https://github.com/mesosphere/universe/archive/master.zip",]
|
|
cache = "tmp/cache"
|