.. _configuration-file: .. raw:: html
Since 3.1.5
The configuration file ********************** There is a configuration file which stores the settings of Gaia Sky. This file is in the `YAML format `__ and is located in ``$GS_CONFIG/config.yaml`` (see :ref:`folders `). The default location is: - Linux: ``~/.config/gaiasky/config.yaml`` - Windows: ``C:\Users\[username]\.gaiasky\config.yaml`` - macOS: ``~/.gaiasky/config.yaml`` The default `config.yaml `__ file in our code repository is annotated with comments describing each setting. Some settings can't be modified from the user interface within Gaia Sky, but still can be edited in the configuration file itself. A double colon ``::`` in the list below indicates nested settings. - ``program::minimap::inWindow`` -- enables the rendering of the mini-map in a window. - ``program::net`` -- this group contains the configuration of the REST server, as well as the master-slave infrastructure. Find more information in the :ref:`connect instances ` section. - ``program::scriptsLocation`` -- default location of script files in the file system. - ``program::url`` -- contains the URLs for the version check ,the data repository mirror and the data descriptor file. - ``program::offlineMode`` -- Gaia Sky won't attempt any HTTP connection to the internet in this mode. This means that the data descriptor file containing the information on server datasets can't be fetched. You need to download the desired datasets manually and extract them in your data folder. More information can be found in our `Gaia Sky datasets repository `__. - ``program::safeMode`` -- this is activated automatically whenever OpenGL incompatibilities are detected at startup. On macOS, this is on by default. Safe mode disables 'advanced' graphics features like 32-bit float buffers or the motion blur effect. - ``graphics::useSRGB`` -- use the sRGB color space as a frame buffer format. Only supported by OpenGL 3.2 and above. If this is activated, the internal format ``GL_SRGB8_ALPHA8`` is used. Only available when safe graphics mode is not active. - ``graphics::backBufferScale`` -- fixed scaling factor for the backbuffer. Increase this to improve image fidelity at the expense of performance. If dynamic resolution (:ref:`see this `) is enabled, this setting is ignored. This setting is exposed to the UI as "Dynamic resolution" in the experimental graphics settings section. - ``data::skybloxLocation`` -- contains the location of the default skybox used for reflections. - ``scene::fadeMs`` -- how long does the fade transition last when changing the visibility of objects or types, in milliseconds. - ``scene::star::textureIndex`` -- the index of the texture used for stars. - ``scene::octre::maxStars`` -- the maximum number of stars loaded at any single time for LOD catalogs. - ``scene::initialization`` -- contains the ``lazyTexture`` and ``lazyMesh`` properties, which enable the lazy initialization of textures and meshes respectively. - ``postprocess::fisheye`` -- enable the legacy fisheye post-processing effect, which emulates the planetarium mode without incurring in the same performance penalties. More info in the :ref:`planetarium mode section `. This setting is now exposed to the UI as "Post-processing re-projection", in the Graphics tab, Experimental section. - ``proxy`` -- configure an HTTP/HTTPS proxy. More information in the :ref:`proxy configuration section `.