mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. ../.env
|
||
|
|
||
|
exec mongod $COMMONDOPTS \
|
||
|
--shardsvr \
|
||
|
--replSet rs3 \
|
||
|
--port 40031 \
|
||
|
--keyFile=../../certs/keyfile
|