Last updated: Sep 5, 2022

Play-Configuration

Hello Ninjas, In this blog series we’ll learn the Play Configuration. Following are the concepts we’ll go through: Configuration file syntax and its features, Configuring the application secret, Configuring the session cookie, Configuring the JDBC connection pool, Configuring Play's thread pools, Configuring Akka HTTP Server Backend, Configuring Netty Server Backend and logging. So Ninjas let’s start with Play Configuration without wasting much time.
Configuration File Syntax and Features EASY
In this blog, we will learn about Configuration file syntax and features in the Play framework.
Configuring the Application Secret EASY
In this article, we will be learning to configure the application secret in play.
Configuring the Session Cookie EASY
In this article, we will be learning a way to configure a session cookie in play.
Configuring the JDBC Connection Pool MEDIUM
This article will learn about JDBC, its configuration, and its necessity.
Configuring Play Thread Pools EASY
In this blog, we have seen the configuration of Play Thread pool.
Configuring Netty Server Backend EASY
This article discusses the configuration of the Netty server.
Configuring Logging EASY
This article discusses the various types of logging in Play and their configuration, Custom configuration, Akka logging configuration.