Changes
Page history
Update display settings 2017 12 6
authored
Dec 06, 2017
by
Ali Can Demiralp
Hide whitespace changes
Inline
Side-by-side
display-settings-2017-12-6.md
View page @
dc23bbc2
...
@@ -27,5 +27,5 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
...
@@ -27,5 +27,5 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
Cascading:
Cascading:
-
Phoenix Library Settings : {a: 1, b: 2, c: 3}
-
Phoenix Library Settings : {a: 1, b: 2, c: 3}
-
Machine Specific Settings : {a: 42} -> {a: 42, b: 2 , c: 3}
-
Machine Specific Settings : {a: 42} -> {a: 42, b: 2 , c: 3}
-
Application Specific Settings: {b: 64} -> {a: 42, b: 64, c: 3}
-
Application Specific Settings: {b: 63} -> {a: 42, b: 63, c: 3}
-
User Specific Settings : {a: 86, c: 21} -> {a: 86, b: 64, c: 21}
-
User Specific Settings : {a: 84, c: 21} -> {a: 84, b: 63, c: 21}
\ No newline at end of file
\ No newline at end of file