From bc2f97c56dacede2ab1b4d24297910c0ce20bc2b Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Mon, 3 Sep 2018 02:43:41 -0600 Subject: [PATCH] feat: add ormconfig.json for typeorm migrations --- | 3 +++ ormconfig.json | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 create mode 100644 ormconfig.json diff --git a/ b/ new file mode 100644 index 0000000..75f80c7 --- /dev/null +++ b/ @@ -0,0 +1,3 @@ +cmdline: /usr/lib/wireshark/extcap/sshdump --capture --extcap-interface sshdump --fifo /tmp/wireshark_extcap_sshdump_20180903010220_5gyEKt --remote-host RouterMain --remote-port 22 --remote-username root --sshkey /home/alex/.ssh/id_rsa --remote-interface eth0 --remote-capture-command --remote-sudo false --remote-filter not ((host fe80::9880:27ff:fec4:20a8 or host fe80::42:cff:fecd:a672 or host fe80::42:ff:fecd:47fc or host fe80::42:f7ff:fee1:ae70 or host fe80::ea43:5b74:219d:c5b7 or host 2001:470:b:a14:5751:93a2:2f5f:b9a0 or host fd7d:e461:6dfd:0:d0a6:7939:471:f8ff or host fd7d:e461:6dfd::c22 or host 2001:470:b:a14::c22 or host 172.19.0.1 or host 172.18.0.1 or host 172.17.0.1 or host 192.168.8.10) and port 22) --remote-count 0 --debug false --debug-file +Remote capture command has disabled other options +Running: diff --git a/ormconfig.json b/ormconfig.json new file mode 100644 index 0000000..24358d6 --- /dev/null +++ b/ormconfig.json @@ -0,0 +1,6 @@ +{ + "cli": { + "entitiesDir": "./server/entities", + "migrationsDir": "./server/migrations" + } +} \ No newline at end of file