feat: add ormconfig.json for typeorm migrations
This commit is contained in:
parent
e415023a72
commit
bc2f97c56d
@ -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
6
ormconfig.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"cli": {
|
||||
"entitiesDir": "./server/entities",
|
||||
"migrationsDir": "./server/migrations"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user