Environment Variables

Product information

Release v1.3.2 (Updated )

Reviews

5 von 5 Sternen

5 out of 5 stars · 1 reviews · 23 purchases

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

€8,99

Release history

Description

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

This Addon allows users to modify the server environment:

  • Validates key names to make sure they do not overlap with egg variables
  • Automatically makes keys uppercase to be consistent with wings behaviour

A Demo Panel is available on the discord server by running /demo in any channel.

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.