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

[Feature] Add support for Env variables and a robyn.yaml config file #97

Closed
sansyrox opened this issue Oct 20, 2021 · 0 comments · Fixed by #286
Closed

[Feature] Add support for Env variables and a robyn.yaml config file #97

sansyrox opened this issue Oct 20, 2021 · 0 comments · Fixed by #286
Labels

Comments

@sansyrox
Copy link
Member

sansyrox commented Oct 20, 2021

Current Behavior

Right now, Robyn only allows config variables to be passed as command line arguments.

Desired Behavior

Having it detect a config file at the root of the project will allow a cleaner invocation, which is the ideology of the project.

High Level Implementation

  • Add a file detector and parser function (ideally on the rust side) and parse the file contents
  • Parse the file contents and look for any overrides through the cli
  • Set the config variables in the appropriate places
  • Start the application.
@sansyrox sansyrox changed the title Add support for Env variables and a robyn.yaml config file [Feature] Add support for Env variables and a robyn.yaml config file Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant