ustitc / dinf

Your inspiration companion

Repository from Github https://github.comustitc/dinfRepository from Github https://github.comustitc/dinf

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


Languages

Language:Kotlin 98.8%Language:CSS 0.9%Language:JavaScript 0.3%