mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
Created "loadmodules" args for loading ".so" modules into EchoVault.
Moved types associated with embedded commands extension into api_admin.go file and deleted types.go file as it's no longer necessary. Updated docker-compose and Dockerfile.dev to pass .so modules to load on startup. Volumes folder is no longer ignores except for the nodes subfolder.
This commit is contained in:
@@ -41,3 +41,6 @@ CMD "./server" \
|
||||
"--cert-key-pair=${CERT_KEY_PAIR_2}" \
|
||||
# List of client certs
|
||||
"--client-ca=${CLIENT_CA_1}" \
|
||||
# List of plugins to load on startup
|
||||
"--loadmodule=${MODULE_1}" \
|
||||
"--loadmodule=${MODULE_2}" \
|
||||
|
||||
Reference in New Issue
Block a user