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

JSON Schema for Lithops configuration for IDE autocompletion #721

Open
ephod opened this issue Jul 25, 2021 · 0 comments
Open

JSON Schema for Lithops configuration for IDE autocompletion #721

ephod opened this issue Jul 25, 2021 · 0 comments

Comments

@ephod
Copy link

ephod commented Jul 25, 2021

Hello,
I've created a JSON Schema v4 which is compatible with the current Lithops YAML configuration file.

Hopefully this will help a lot of new users with the initial setup configuration of Lithops.

https://gist.github.com/ephod/2ae295f730d635936cb9061d5894ffdc

# ...
redis:
  host: redislab.com
  port: 6379
  username: default
  db: 0
  password: foo
  ssl: True

Default values have been included and also required properties.

There are certain keyword arguments which were not documented for Redis (StrictRedis is an alias for Redis). These suggestions make it compatible for managed Redis clusters with TLS certificates.

IDEs and text editors

JSON Schema Store

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

1 participant