# Configuration

Configuration is possible via the GUI, via command line parameters and via the config file.ini

# Command line parameter

--help  
    this message
--port=8000
    the listening port
--portable
    portable mode for Windows, the data will be stored in the application folder
--server
    server mode with no icons in the taskbar, and other graphical interface
--datadir
    the location of the data folder,
    default path is $HOME/.config/QVNote (Mac OS или Linux) or 
                    %USERPROFILE%/.config/QVNote (Windows)