github sparckles/Robyn v0.18.0
v0.18.0 - Automatically load environment variables using `robyn.env` and better developer experience

latest releases: v0.72.2, v0.72.1, v0.72.0...
2 years ago

Sample usage

Environment Variables

There are some environment variables that Robyn looks out for. e.g. ROBYN_URL and ROBYN_PORT.

You can have a robyn.env file to load them automatically in your environment.

The server will check for the robyn.env file in the root of the project. If it is able to find one, it will parse the environment variables and set your environment.

e.g. structure

--project/
  --robyn.env
  --index.py
  ...

Sample robyn.env

ROBYN_PORT=5000
ROBYN_URL=127.0.0.1

What's Changed

New Contributors

Full Changelog: v0.17.5...v0.18.0

Don't miss a new Robyn release

NewReleases is sending notifications on new releases.