Environment Variables

Product information

Release v1.3.0 (Updated )

Reviews

5 von 5 Sternen

5 out of 5 stars · 1 reviews · 8 purchases

Environment Variables allows you to add runtime variables to your application.

Release history

Description

support This extension adds the ability to add extra environment variables to a server.

Example usage in NodeJS:

console.log(process.env.VARIABLE)

Example usage in Python:

import os
print(os.environ.get("VARIABLE"))

If you require support, please contact me using one of the following methods.