How to specify the enviromental variables in production except passing them via command line?

This page summarizes the projects mentioned and recommended in the original post on /r/elixir

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • direnv

    unclutter your .profile

  • I've used Direnv before for this kind of thing and it works really well. You have a .envrc file in each directory, and Direnv loads any environment variables from that file when you cd into that directory, and unloads them when you cd out. So you don't need to worry about name collisions between apps.

  • just

    🤖 Just a command runner

  • I'm coming from a Python background so a bit hesitant to give advice about Phoenix deployments but I was thinking Docker sounds like an important game-changer for this. But also there are lots of ways to propagate env variables in unix. just will read them and pass them in, so OP could install that on the dev machines, add a Justfile to each project containing:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Airflow Development with Docker

    2 projects | dev.to | 18 Dec 2022
  • Mise is a polyglot tool version manager

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Nix-direnv is a quality of life improvement

    2 projects | news.ycombinator.com | 31 Jan 2024
  • Direnv – Unclutter Your .profile

    1 project | news.ycombinator.com | 25 Jan 2024
  • golang cli vs env var in windows?

    2 projects | /r/golang | 8 Dec 2023