Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

ustitc/dinf

Repository files navigation

dInf

dInf (infinity dice) - project for creating random generators and sharing them with others.

Sample website: dinf.ustits.dev

Project structure

  • app - server application with domain's adapter implementations
  • domain - domain logic, types and adapter interfaces
  • libs - shareable artifacts between the modules and/or projects

Configuration

To overload log configuration pass logback.configurationFile system property. For example via JAVA_OPTS environment variable:

export JAVA_OPTS='-Dlogback.configurationFile=/path/to/config.xml'

To enable call logging:

<logger name="ktor.application" level="DEBUG"/>

About

Your inspiration companion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages