feat: add ormconfig.json for typeorm migrations

This commit is contained in:
Alex Mikhalev 2018-09-03 02:43:41 -06:00
parent e415023a72
commit bc2f97c56d
2 changed files with 9 additions and 0 deletions

3
Normal file
View File

@ -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:

6
ormconfig.json Normal file
View File

@ -0,0 +1,6 @@
{
"cli": {
"entitiesDir": "./server/entities",
"migrationsDir": "./server/migrations"
}
}