You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,23 @@ developer and let them get their job done. To this end we support a unified conf
24
24
environment variables, system properties, and configuration files to provide maximum flexibility of defining, defaulting,
25
25
and overriding configuration in your application.
26
26
27
+
# File Formats
28
+
29
+
* JSON (automatically picked up from config.json, configuration.json, app.json, application.json, and defaults.json)
30
+
* Properties (automatically picked up from config.properties, configuration.properties, app.properties, application.properties, and defaults.properties)
31
+
* YAML (automatically picked up from config.yml, config.yaml, configuration.yml, configuration.yaml, app.yml, app.yaml, application.yml, application.yaml, defaults.yml, defaults.yaml)
32
+
* HOCON (automatically picked up from config.hocon, configuration.hocon, app.hocon, application.hocon, and defaults.hocon)
33
+
* XML (automatically picked up from config.xml, configuration.xml, app.xml, application.xml, and defaults.xml)
34
+
27
35
# Setup
28
36
29
37
## SBT Configuration
30
38
31
39
Profig is published to Sonatype OSS and synchronized to Maven Central supporting JVM and Scala.js on 2.11 and 2.12:
0 commit comments