|
Loading additional config files from runtime.exs for test and dev
|
|
1
|
65
|
February 7, 2026
|
|
Confispex - a schema for runtime variables
|
|
1
|
775
|
November 11, 2025
|
|
Can I use `Code.eval_file/1` to dynamically import runtime config?
|
|
8
|
97
|
September 8, 2025
|
|
How to set the database path to load for use with Ecto, Sqlite3 after the program has started?
|
|
2
|
112
|
May 20, 2025
|
|
Redifining module problem because of Code.eval_file in config.exs
|
|
6
|
137
|
January 17, 2025
|
|
ModuleStore - use a compiled module as a high-performance key-value store
|
|
14
|
536
|
January 8, 2025
|
|
How to use System.get_env inside my config.exs file?
|
|
1
|
77
|
December 4, 2024
|
|
How you manage configuration of secrets in elixir projects?
|
|
6
|
438
|
December 3, 2024
|
|
Is there any way to use Ecto fragment/1 in config.exs?
|
|
8
|
210
|
November 4, 2024
|
|
Change config compile env variables during ExUnit test
|
|
15
|
3623
|
October 20, 2024
|
|
Running multiple copies of a Phoenix app side by side with code reloader
|
|
0
|
88
|
September 10, 2024
|
|
Configuring the default logger through a config file
|
|
8
|
546
|
June 11, 2024
|
|
Switch to a config file per app instead of a config file per environment
|
|
7
|
270
|
May 13, 2024
|
|
I'm looking for a thorough delineation regarding the use of the Config module and related directories
|
|
13
|
963
|
January 29, 2024
|
|
MIX_ENV=test mix test is using runtime.exs
|
|
2
|
1065
|
October 19, 2023
|
|
Config.exs and System.get_env/2: are values actually read at runtime?
|
|
12
|
2591
|
June 14, 2023
|
|
Getting error: exited in: GenServer.call(Exla.Client, {:client, :host, [platform: :host]}, :infinity) while trying to set EXLA>Backend
|
|
1
|
535
|
May 26, 2023
|
|
Configuration Providers vs. a Single Source of Truth: the battle to ensure valid app config
|
|
4
|
870
|
May 1, 2023
|
|
Is there a way to remove key of Keyword in config?
|
|
4
|
597
|
April 13, 2023
|
|
Recompile project is compiletime ENVVAR changed?
|
|
5
|
1062
|
April 5, 2023
|
|
How to bundle multiple files into different directories using the EsBuild config
|
|
6
|
3664
|
January 27, 2023
|
|
Is there any way that my runtime.exs config don't override dev.exs?
|
|
1
|
724
|
December 6, 2022
|
|
Merging config values from config.exs and prod.exs for using Oban
|
|
2
|
655
|
November 28, 2022
|
|
Using TOML for user-specified runtime config
|
|
8
|
1206
|
August 15, 2022
|
|
Is it possible to use a dependency's structs inside of config?
|
|
6
|
1301
|
May 16, 2022
|
|
What is your suggestion for dynamic config when application is running
|
|
5
|
894
|
March 30, 2022
|
|
Using config/3 macro when 3rd argument is not a keyword list
|
|
2
|
674
|
March 29, 2022
|
|
How does Elixir work when using a remote config center?
|
|
6
|
796
|
February 23, 2022
|
|
Avoid config compilation warnings
|
|
1
|
563
|
February 17, 2022
|
|
Can I use a Config.Provider without using a mix release?
|
|
2
|
658
|
November 1, 2021
|