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

Changes in config.json are ignored #4551

Closed
VenoushCZ opened this issue Sep 15, 2022 · 2 comments
Closed

Changes in config.json are ignored #4551

VenoushCZ opened this issue Sep 15, 2022 · 2 comments

Comments

@VenoushCZ
Copy link

VenoushCZ commented Sep 15, 2022

Hi,

I am running Windows installation via MSI.

I tried to modify the title. The config.json looks like this now:

{
  "settings": {
    "cert": "xxx.xxx.xxx",
    "_minify": true
  },
  "domains": {
    "": {
      "_title": "MyServer",
      "_title2": "Servername",
      "_newAccounts": true
	}
  }
}

I restart the service. The domains portion is being ignored. The title stays default "MeshCentral"

Please do you have any idea why it is happening?

Thank you

VCZ

@si458
Copy link
Collaborator

si458 commented Sep 15, 2022

Anything in json which starts with an underscore is ignored,

so simply remove the underscore

E.g _title to title

Then restart meshcentral

@VenoushCZ
Copy link
Author

Silly me, thank you :-)

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

No branches or pull requests

3 participants