|
Confispex - a schema for runtime variables
|
|
1
|
771
|
November 11, 2025
|
|
Can I use `Code.eval_file/1` to dynamically import runtime config?
|
|
8
|
78
|
September 8, 2025
|
|
How to set the database path to load for use with Ecto, Sqlite3 after the program has started?
|
|
2
|
94
|
May 20, 2025
|
|
Redifining module problem because of Code.eval_file in config.exs
|
|
6
|
125
|
January 17, 2025
|
|
ModuleStore - use a compiled module as a high-performance key-value store
|
|
14
|
518
|
January 8, 2025
|
|
How to use System.get_env inside my config.exs file?
|
|
1
|
70
|
December 4, 2024
|
|
How you manage configuration of secrets in elixir projects?
|
|
6
|
406
|
December 3, 2024
|
|
Is there any way to use Ecto fragment/1 in config.exs?
|
|
8
|
193
|
November 4, 2024
|
|
Change config compile env variables during ExUnit test
|
|
15
|
3588
|
October 20, 2024
|
|
Running multiple copies of a Phoenix app side by side with code reloader
|
|
0
|
86
|
September 10, 2024
|
|
Configuring the default logger through a config file
|
|
8
|
527
|
June 11, 2024
|
|
Switch to a config file per app instead of a config file per environment
|
|
7
|
251
|
May 13, 2024
|
|
I'm looking for a thorough delineation regarding the use of the Config module and related directories
|
|
13
|
935
|
January 29, 2024
|
|
MIX_ENV=test mix test is using runtime.exs
|
|
2
|
1042
|
October 19, 2023
|
|
Config.exs and System.get_env/2: are values actually read at runtime?
|
|
12
|
2543
|
June 14, 2023
|
|
Getting error: exited in: GenServer.call(Exla.Client, {:client, :host, [platform: :host]}, :infinity) while trying to set EXLA>Backend
|
|
1
|
532
|
May 26, 2023
|
|
Configuration Providers vs. a Single Source of Truth: the battle to ensure valid app config
|
|
4
|
863
|
May 1, 2023
|
|
Is there a way to remove key of Keyword in config?
|
|
4
|
592
|
April 13, 2023
|
|
Recompile project is compiletime ENVVAR changed?
|
|
5
|
1054
|
April 5, 2023
|
|
How to bundle multiple files into different directories using the EsBuild config
|
|
6
|
3618
|
January 27, 2023
|
|
Is there any way that my runtime.exs config don't override dev.exs?
|
|
1
|
719
|
December 6, 2022
|
|
Merging config values from config.exs and prod.exs for using Oban
|
|
2
|
649
|
November 28, 2022
|
|
Using TOML for user-specified runtime config
|
|
8
|
1187
|
August 15, 2022
|
|
Is it possible to use a dependency's structs inside of config?
|
|
6
|
1288
|
May 16, 2022
|
|
What is your suggestion for dynamic config when application is running
|
|
5
|
884
|
March 30, 2022
|
|
Using config/3 macro when 3rd argument is not a keyword list
|
|
2
|
667
|
March 29, 2022
|
|
How does Elixir work when using a remote config center?
|
|
6
|
786
|
February 23, 2022
|
|
Avoid config compilation warnings
|
|
1
|
560
|
February 17, 2022
|
|
Can I use a Config.Provider without using a mix release?
|
|
2
|
653
|
November 1, 2021
|
|
Why can't I do configuration in runtime.exs in my dev environment?
|
|
18
|
5353
|
September 15, 2021
|