12 lines
477 B
Plaintext
12 lines
477 B
Plaintext
# This is the main configuration file for the application.
|
|
# https://www.playframework.com/documentation/latest/ConfigFile
|
|
play.ws.followRedirects=false
|
|
play.ws.useragent=MyPlayApplication
|
|
play.ws.compressionEnabled=true
|
|
# time to wait for the connection to be established
|
|
play.ws.timeout.connection=30.seconds
|
|
# time to wait for data after the connection is open
|
|
play.ws.timeout.idle=30.seconds
|
|
# max time available to complete the request
|
|
play.ws.timeout.request=300.seconds
|