Skip to content

Conversation

@vim89
Copy link

@vim89 vim89 commented Nov 18, 2025

Add HOCON-based application configuration using Typesafe Config.

Features:

  • Process-scoped configuration loaded lazily on first access
  • Auto-loads application.conf from classpath
  • Environment profile support via CASK_ENV (dev/test/prod)
  • Type-safe accessors with Either-based error handling
  • Environment variable overrides using ${?VAR} syntax

Changes:

  • Add com.typesafe:config:1.4.3 dependency
  • Add cask.Config API with functional error types
  • Add config example demonstrating usage
  • Add comprehensive test suite

Addresses configuration aspect of #181

@vim89 vim89 force-pushed the feature/config-only branch from 088cd3a to 8c87b01 Compare November 18, 2025 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant