This website requires JavaScript.
Explore
Help
Sign in
baalajimaestro
/
traefik
Watch
1
Star
0
Fork
You've already forked traefik
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
1cbe00d613
traefik
/
integration
/
fixtures
/
simple_default.toml
10 lines
100 B
TOML
Raw
Normal View
History
Unescape
Escape
Add initial test-integration suites Uses go-check in order to separate integration tests into suites, and have Setup and TearDown operations (on Suites and Tests) ; and use libcompose to start the external dependencies to test on (like consul, marathon, etcd, some http images, etc..). - Update Godeps to get dependencies needed for the use of libcompose - Setup initial suites and go-check + libcompose mini-framework - Add some hacks related to libcompose, will be fixed later (when fixed upstream) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2015-09-27 13:59:51 +00:00
# Reverse proxy port
#
# Optional
# Default: ":80"
#
Use of Viper and cobra
2016-01-13 21:46:44 +00:00
port
=
":8000"
Add initial test-integration suites Uses go-check in order to separate integration tests into suites, and have Setup and TearDown operations (on Suites and Tests) ; and use libcompose to start the external dependencies to test on (like consul, marathon, etcd, some http images, etc..). - Update Godeps to get dependencies needed for the use of libcompose - Setup initial suites and go-check + libcompose mini-framework - Add some hacks related to libcompose, will be fixed later (when fixed upstream) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2015-09-27 13:59:51 +00:00
#
# LogLevel
logLevel
=
"DEBUG"
Reference in a new issue
Copy permalink