• Sean McGivern's avatar
    Allow disabling usage ping in `gitlab.yml` · 3c546acf
    Sean McGivern authored
    Setting `usage_ping_enabled` to false in `gitlab.yml`:
    
    1. Disables the usage ping, regardless of the value stored in the database.
    2. Prevents the usage ping from being enabled through the admin panel. It can
       only be enabled by either removing the line from `gitlab.yml` and configuring
       through the admin panel, or setting it to true in `gitlab.yml`.
    3c546acf