💾 Archived View for midnight.pub › replies › 5123 captured on 2023-03-20 at 21:04:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

< Some help with installing the code for midnight.pub

Parent

~mysliceoftheweb

well i know more python then go. But I am having issues just installing it. How do i define the env variables? Do I set them in the cfg.go or pass them through when building?

Write a reply

Replies

~m15o wrote (thread):

Hiii ~mysliceoftheweb! Happy to see that you're considering using the code. :)

To set the environment variables, you can include them in the command you use to run the executable, e.g.:

VAR1=something VAR2="something else" ./midnight

Let me know where you are and if you are still stuck! You can also mail me directly (m15o at posteo dot net)