dice icon indicating copy to clipboard operation
dice copied to clipboard

#421 added config file support

Open vinitparekh17 opened this issue 1 year ago • 0 comments

This PR resolves the issue #421

1. sub-command: init-config

Usage:

go run main.go init-config

it will generate default config file at /etc/dice/dice.conf

2 load your config file located anywhare

go run main.go -c <path-to-your-dice.conf>

[!NOTE] Since default location of config file is /etc/dice/dice.conf so we have to start DiceDB with appropriate permission to create and read config file.

vinitparekh17 avatar Aug 29 '24 15:08 vinitparekh17