All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.task.generator.PlayConfiguration.scala Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package skinny.task.generator

import java.io.File

import com.typesafe.config.Config
import scalikejdbc.config._

trait PlayConfiguration {

  trait PlayDBs extends DBs with TypesafeConfigReader with TypesafeConfig with NoEnvPrefix

  def defaultPlayConfig: Config = skinny.util.TypesafeConfigReader.load(new File("conf/application.conf"))

  lazy val playDBs = new PlayDBs {
    override val config = defaultPlayConfig
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy