Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 569 Bytes

6_configuration_file.md

File metadata and controls

13 lines (8 loc) · 569 Bytes

6 - Configuration file

sconfig is a Scala port of Lightbend config, it provides parsing of configuration files in various formats:

  • Java properties (key=value)
  • JSON
  • HOCON

Goal

Your application should read an accesstoken from a configuration file in ~/.config/tws/tws.conf (adhering to the XDG Base Directory specification)