# Enter in Command Prompt to set an enviroment variable:

set [<variable>=[<string>]]
     
# <variable> is the name of the enviroment variable; in this case, it's DATABASE_URL
# [<string>] is the value of the variable; in this case, it's the URL of the Postgres database