The Ini File

This section explains how to configure the gitwinch.ini file settings before launching the Git Winch application. All these settings are stored in the application's gitwinch.ini file.

Understanding the ini file

The ini file contains several lines which has the following format:

<name>=<value>

i.e. you will see a name of the setting (one word), an equals-to sign and a value after that. Do NOT change the name. That is important. You can only change the values after the equals-to sign.\

These setting lines are gathered into various sections. Each section name (one word) is inside square brackets. Do NOT change the names of the sections.

Configuration Steps

Work Section

WorkFolderRoot

Purpose: Defines the root folder that Git Winch monitors for changes.

Configuration:

Important: Replace the path with a folder that has read/write permissions. Use absolute path (e.g., D:\data\) or relative path (e.g., data)If distributing to others, tell them they must update this path for their own system.

WorkFolderWarn

Purpose: Controls warning when working outside the designated work folder.

AutoReadNotes

Purpose: Controls automatic loading of notes when selecting files.

System Section

Display Settings

ShowHints

Greeting

GreetMessage Custom greeting text displayed on application launch

ShowStatusHints

ShowFloatingHints

System Configuration

GitSys Specifies the Git server type. For Gitlab its “Gitlab” for Github its “Github”

LockOnLaunch

LaunchOnlyExe

pauseCapture

Server URLs

SystemAPIurl URL of the coordination server

Dashboardurl Login URL used by this app

InfoHTML HTML file for info page display

HelpSite Main help documentation URL

SaaSHelpSite Kanban board help site URL

Localization

TrLanguage Translation language code for translating help. ml stands for Malayalam

For the full set of language codes, refer to Google Cloud Translation language codes.

Note: Ensure all folder paths exist and you should be able to save here before starting the application.


Learn the concepts | Configuration | Advantages | Management | Advanced uses | Troubleshooting | Table of Contents