Latest #configuration Threads 
It is a strange time. I personally have seen a lot of people produce very high quality code using AI - code that is well factored and tes...
New
Last year at Jax.Ex (Jacksonville Elixir Meetup) we live mob coded the start of a dotenv parser to learn NimbleParsec. It’s been on my li...
New
My phoenix app seems to crash when I try to run it in docker, it appears my secret_key_base value is being set at runtime but not at comp...
New
In my config/runtime.exs I have the following:
timezone = System.get_env("TZ") || "Etc/UTC"
unless Timex.is_valid_timezone?(timezone) d...
New
simple_feature_flags is a tiny package that lets you turn features on or off based on which environment (e.g. localhost, staging, product...
New
I’m developing an application that’s going to be (for the forseeable future) installed and managed in a pretty boring, standard way — not...
New
Long story short, huge domain name, non erlang users. Want to shrink down the width of the prompt as it’s making it difficult for users t...
New
Hi all!
I am fairly new to the elixir ecosystem and I’m working on my first library, weather. It’s a simple library that fetches and dis...
New
Hello everyone ! :wave:
I’m new to the forum, even if I used it a lot when learning Elixir I never had the need to ask my own questions....
New
We are in the process of moving some shared functionality (mail sending) into a separate application that’s a dependency of our main app....
New
This Week's Trending
This Month's Trending
This Year's Trending
Hi everybody!
We’re in the process of moving a project consisting of several Elixir applications from Distillery 1.x and Conform to Elix...
New
Hi all!
Confispex is a tool which allows defining specs for runtime configuration, cast values according to specified types and inspect ...
New
It is a strange time. I personally have seen a lot of people produce very high quality code using AI - code that is well factored and tes...
New
My phoenix app seems to crash when I try to run it in docker, it appears my secret_key_base value is being set at runtime but not at comp...
New
Last year at Jax.Ex (Jacksonville Elixir Meetup) we live mob coded the start of a dotenv parser to learn NimbleParsec. It’s been on my li...
New
In my config/runtime.exs I have the following:
timezone = System.get_env("TZ") || "Etc/UTC"
unless Timex.is_valid_timezone?(timezone) d...
New
Last Three Year's Trending
simple_feature_flags is a tiny package that lets you turn features on or off based on which environment (e.g. localhost, staging, product...
New
Hello there!
I am currently facing an issue with the logger.
At some point it started logging at info level only despite being configur...
New
Hello,
I would like to have robots.txt empty in production, but in my staging environment that it contains:
User-agent: *
Disallow: /
...
New
Has anyone configured inets default profile (to use a proxy) on startup?
I am using the new relic elixir agent dependency and :inets is ...
New
Hi !
I am trying to create a micro-service in Elixir, and I want to connect it to Netflix Eureka, which is currently used to manage seve...
New
I’m developing an application that’s going to be (for the forseeable future) installed and managed in a pretty boring, standard way — not...
New
Is it possible to customize the location of the priv/ directory? From what I understand, this is part of the OTP directory structure, so...
New
I’m writing a Bloomberg terminal API library for Elixir, and this library will need to store some mutable startup configuration in a DETS...
New
Hello everyone ! :wave:
I’m new to the forum, even if I used it a lot when learning Elixir I never had the need to ask my own questions....
New
We are in the process of moving some shared functionality (mail sending) into a separate application that’s a dependency of our main app....
New
Long story short, huge domain name, non erlang users. Want to shrink down the width of the prompt as it’s making it difficult for users t...
New
Hi all!
I am fairly new to the elixir ecosystem and I’m working on my first library, weather. It’s a simple library that fetches and dis...
New
Trending Over Three Years
What configs will make sense to put to runtime.exs?
–
A bit of how I configure apps:
I have generic configs in config/config.exs,
dev...
New
Hi all.
Quick question.
I have a phoenix app which does not recompile when I change any elixir code in dev mode. What could I have scre...
New
Background
I am trying to understand the purpose of the application function in the mix.exs files we get, but I have some questions that ...
New
I’m wondering how I can retrieve an application’s version (as specified in its mix.exs)? I’d like to have that value available for loggi...
New
Hello everybody,
I’m following a somehow old tutorial about Phoenix (Getting Started with Phoenix from Pluralsight) where ecto isn’t use...
New
I’d like to discuss how to manually load Elixir configuration files at runtime.
Macro Intent
I want to load an elixir config file (somet...
New
I’m deploying my Phoenix app with edeliver and distillery and reading config values from environment variables. I can read normal strings...
New
Hey everybody,
In light of the recent Elixir 1.9 announcement, I’d like the first library I write to not use Mix.Config. (It is an sqlit...
New
This is a spin-off from the discussion about the new config proposal. I’m replying to this post by @michalmuskala separately, to avoid no...
New
Currently default Umbrella applications contains
import_config "apps/*/config/config.exs
In their root configuration file. My general q...
New
Hello,
I’m adding support for Elixir 1.11 to a package I maintain and I’m having some issues with the logger configuration. This might b...
New
Hi,
I set some application environment variables based on System’s environment variables in config.exs file like this:
And access it ...
New
Context
I have a small team working on one elixir application.
Every developer runs the app locally.
The app is built with mix release ...
New
I was refactoring my project to use config/runtime.exs to make the config more streamlined and allow configuring (nearly) all things with...
New
Hi everybody,
I wanted to know if it’s possible to configure the cwd (current working directory) path of the mix.exs file (which is the ...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







