Check usage of Application.compile_env #99
Labels
No labels
bug
duplicate
enhancement
help wanted
high priority
invalid
L
low priority
M
medium priority
needs refinement
question
S
UX research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: local-it/mitgliederverwaltung#99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For the authentication session identifier, we're currently using
Application.compile_env. Check how this relates to the configuration indev.exsand if it's the correct way to read configuration from there.Although the elixir docs recommend to use runtime configuration by default, in this case I think compile-time configuration works better because the configuration should
I did a small adjustment in
a3746dfaaa- otherwise, this works well the way it is.One extra confusing thing is that there are two environments in elixir:
config.exsSystem.get_env