Block a user
Allow Changing the Config File Location
I implemented a CLI parsing class under config/Cmd
to parse CLI parameters, and added a configFile parameter (set with -c
or --configPath
) to change the config file to load.
I used the…
Allow Changing the Config File Location
2e55876076
Changed the default config location to /etc/dragoon/config.toml; added a CLI option (-c) to specify a different config file.
96c9fea488
Added Grunt.js to compile SASS and CoffeeScript assets; copied over styles and scripts from Hugo project