You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I can't find any example of how to do a simple customization based on a configuration.
I want something like this:
lazy val Prod = config("prod") extend Universal
lazy val Dev = config("dev") extend Universal
javaOptions in Dev += "-J-Xmx4G"
javaOptions in Prod += "-J-Xmx8G"
Ofc this doesn't work..
The text was updated successfully, but these errors were encountered:
Hi,
I can't find any example of how to do a simple customization based on a configuration.
I want something like this:
Ofc this doesn't work..
The text was updated successfully, but these errors were encountered: