Commit Graph

132 Commits

Author SHA1 Message Date
Havoc Pennington
e24ff57f47
Merge pull request #620 from andreaTP/envConfigLoading
Add a config.strategy to enable overwrite of properties from env vars
2019-04-03 19:27:10 -04:00
Andrea Peruffo
87dc17d55e Move rationale to code and implement invalidate cache 2019-03-21 08:52:42 +00:00
Andrea Peruffo
4571c79b51 Detail resons for _ sustitutions 2019-03-15 16:40:59 +00:00
Andrea Peruffo
c14bb77acd Added a description of the new property in Readme 2019-03-08 14:53:14 +00:00
François
02d614b96d
add new Rust port to README.md 2019-03-08 08:54:37 +01:00
Eric Richardson
dfb2454bb8 Update Shocon entry 2019-02-14 15:48:15 -05:00
Eric Richardson
d10b76f16e Add new Scala port to README.md 2019-02-14 12:15:09 -05:00
Jakub Kozłowski
d5f9311861
Remove whitespace 2018-11-04 17:02:02 +01:00
Havoc Pennington
59c8bb8de8
Update README.md
Co-Authored-By: kubukoz <kubukoz@gmail.com>
2018-11-04 17:00:15 +01:00
Jakub Kozłowski
7e121b7df9
Add a note about classloader issues to README 2018-11-04 16:46:48 +01:00
k.bigwheel
2b95a52a1b Remove nbsp that breaking Markdown rendering 2018-08-15 04:19:28 +09:00
Konrad `ktoso` Malawski
e436ad96f8
#575 Remove wording about apps having reference.conf 2018-07-31 15:04:41 +09:00
Ash
61af0058ef
Minor correction to the use of config.root().render() under "Debugging Your Configuration"
Looking at the java/scaladoc of ConfigValue.render()  (https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/ConfigValue.java#L48-L50)  

and then looking at the implementation of `render()` itself:
https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/impl/AbstractConfigValue.java#L364-L374

it appears that `config.root().render()` returns a string that must be printed out, logged etc. Current documentation implies that calling this method will print out the string which seems to be misleading.
2018-07-13 11:31:50 +01:00
av_elier
31805c4544 Add playground link to readme 2018-06-12 23:30:38 +03:00
fabio fumarola
841251c9b4 Update README.md (#545)
update version to 1.3.2
2018-02-21 13:11:56 +09:00
Jonas Fonseca
eeb95825bf Update links to use HTTPS (#526) 2017-11-06 11:28:43 +09:00
Jonas Fonseca
eb7409e110
Add circe-config to list of Scala wrappers 2017-11-05 10:32:59 +01:00
Konrad `ktoso` Malawski
938dbb1158 Update README.md 2017-10-24 18:02:45 +09:00
Konrad `ktoso` Malawski
41a577a0e8 Align maintanance note with other lightbend/ projects 2017-10-24 18:00:53 +09:00
Martynas Mickevičius
8251d2089c Some more link fixes after the rename (#517) 2017-10-23 05:55:02 -05:00
Martynas Mickevičius
d5ba11fbb5 Rename typesafehub to lightbend (#513)
* Migration to lightbend repo

* Second round of the rename cleanup
2017-10-23 05:40:51 -05:00
z i λ a s a l
4fd14f0397 update anchor 2017-10-17 11:18:37 +02:00
z i λ a s a l
689f8cb4a5 Add C# port to Other APIs section 2017-10-17 11:16:34 +02:00
Carlos Rueda
fa44e9f04c add carueda/cfg Scala wrapper 2017-08-07 09:42:04 -07:00
Lunfu Zhong
2952f07c97 Update the link to config-annotation. 2017-06-19 15:17:53 +08:00
Barnabás Oláh
751ae8b1d3 direct link to pureconfig instead of redirect link (#469) 2017-04-27 21:35:24 +09:00
The Alchemist
26b9a66404 Fix hyperlink to checkValid() 2017-04-12 15:41:33 -04:00
Maor
da914846e4 Add JavaScript port 2017-03-18 11:00:36 +02:00
morihiro
0cfdc8f6ed Add config4k as kotlin wrapper in README.md 2017-02-26 08:16:23 +09:00
Michael Pilquist
91f81b5ccc Added Cedi Config to list of Scala Wrappers 2017-02-17 11:00:29 -05:00
Carl Pulley
61ccb169c3 Add Validated Configuration Library to README
validated-config allows Typesafe config files to be validated via a lightweight DSL.
2017-02-12 11:58:54 +00:00
ronanM
d82c973642 Command line for alternative config -Dconfig.file
Each time I search this information, I search `-D` in this README but can't find it **quickly**, so need to google it, then go to stackoverflow, etc.

With this little example this information quickly reachable.
2017-01-17 10:55:08 +01:00
Wojtek Pituła
63c3d44e14 Added static-config as scala wrapper in README.md 2016-12-19 14:08:00 +01:00
Andrei Tupitcyn
36547f05f8 Update README.md
Add ScalaConfig wrapper link
2016-09-28 22:36:20 +03:00
Havoc Pennington
3a701cdb6d Update contributing docs and the README for 1.3.1 2016-09-24 09:03:57 -04:00
John Lonergan
324085b12b Merge branch 'master' of https://github.com/Johnlon/config 2016-08-27 04:07:12 +01:00
John Lonergan
f687a8fea3 implemented "required include" along with code review comments from previous attempt at pull request 2016-08-27 03:58:44 +01:00
yaroot
f230a17426 add konfig (#417) 2016-08-15 12:28:28 +03:00
andreaTP
6fadb2af83 add SHocon 2016-08-10 14:28:43 +02:00
Havoc Pennington
596d6c9392 Merge pull request #394 from mig-foxbat/master
added HoconLint to Readme
2016-05-16 09:27:16 -04:00
Charles
b5ca383bad added HoconLint to Readme 2016-05-15 09:58:53 -07:00
Simeon H.K. Fitch
72b69111fe Added Simple Scala Config wrapper
Very thin Scala wrapper: https://github.com/ElderResearch/ssc
2016-05-14 18:25:06 -04:00
Carlos Rueda
d95727b4ab add link to tscfg java wrapper (yes, java)
tscfg is a command line tool (written in Scala) that takes a configuration specification parseable by Typesafe Config and generates all the Java boiler-plate to make the definitions available in type safe POJOs.

Current v0.1.4 is already pretty usable but can be improved in several ways.
2016-01-24 15:38:24 -08:00
Mario Pastorelli
390fd90d8e Add PureConfig library to the Scala wrappers 2015-08-30 15:05:12 +02:00
Chris Price
ac2f041118 (MAINT) Add puppet module and C++ links to readme 2015-08-14 13:21:07 +01:00
Havoc Pennington
38e34fdd82 Mention invalidateCaches in the README
Fixes #341
2015-07-30 11:30:56 -04:00
jason
e34433b7aa Add Guice integration link to README.md 2015-06-22 06:47:51 +09:30
Havoc Pennington
b0ae5cac20 Update news/readme for 1.3.0 2015-05-08 11:44:34 -04:00
Havoc Pennington
46b4f64f2a Add CONTRIBUTING.md with release instructions 2015-05-05 16:50:50 -04:00
Havoc Pennington
acca3b5c6d README: Discuss FAQ on how reference.conf gets resolved
Closes #306, relates to #167
2015-04-09 12:33:01 -04:00