diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..8bb1400 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +PROXY_URL=http://dockerproxy:2375 +CONTAINER_NAMES=containerFoo,containerBar +SCRUB_ENVS=true +RUST_LOG=info,docker_proxy_filter=debug \ No newline at end of file