mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
10 lines
127 B
Bash
Executable File
10 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.env
|
|
|
|
exec mongod $COMMONDOPTS \
|
|
--shardsvr \
|
|
--replSet rs3 \
|
|
--port 40033 \
|
|
--keyFile=../../certs/keyfile
|