Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Location of .ungitrc #1507

Open
Lonerider2010 opened this issue Mar 10, 2022 · 1 comment
Open

Location of .ungitrc #1507

Lonerider2010 opened this issue Mar 10, 2022 · 1 comment

Comments

@Lonerider2010
Copy link

Running my environment on Ubuntu, I am able to run ungit in three different ways:

  1. as standalone program ungit and can use a lot of options, see ungit -h
  2. as web application at URL http://localhost:8448/#/
  3. as VSCodium extension

Each of the three instances uses obviously a different configuration, as each home page lists different repositories,
with the VSCodium extension having no home page.
So I thought that should depend on different configuration files .ungitrc.
The problem is that I cannot find any ungit configuration file at all.
Where can I find them?

@jung-kim
Copy link
Collaborator

config.js is where it is.

They will all be using the file at ~/.ungitrc. Below is my file as an example

[~]$ cat ~/.ungitrc
{
  "launchBrowser": false,
  "defaultRepositories": [
    "/Users/aaa/bbb/ccc",
  ],
  "bugtracking": true,
  "logLevel": "debug"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants