Skip to content

Commit 5103268

Browse files
committed
move traefik configs into own folder
1 parent 9dae234 commit 5103268

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ services:
99
- "8080:8080"
1010
volumes:
1111
- "/var/run/docker.sock:/var/run/docker.sock:ro"
12-
- "./dynamic.yml:/etc/traefik/dynamic.yml:ro"
13-
- "./traefik.yml:/etc/traefik/traefik.yml:ro"
12+
- "./traefik/dynamic.yml:/etc/traefik/dynamic.yml:ro"
13+
- "./traefik/traefik.yml:/etc/traefik/traefik.yml:ro"

examples/simple-sync.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ use zcash_address::ZcashAddress;
66
use zcash_primitives::consensus::Network;
77

88
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
9-
macro_rules! console_log {
10-
($($t:tt)*) => (web_sys::console::log_1(&format!($($t)*).into()))
11-
}
9+
1210
const SEED: &str = "visit armed kite pen cradle toward reward clay marble oil write dove blind oyster silk oyster original message skate bench tone enable stadium element";
1311
const HD_INDEX: u32 = 0;
1412
const BIRTHDAY: Option<u32> = Some(2577329);
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)