Package dev.upcraft.sparkweave.platform
Class DotEnv
java.lang.Object
dev.upcraft.sparkweave.platform.DotEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidload()loads in the following order (later means it overwrites values from previous files):.env$side.env$side.$environment.env$sideis the value of the currentRuntimeEnvironmentType,$environmentis eitherproductionordevelopmentstatic void
-
Constructor Details
-
DotEnv
public DotEnv()
-
-
Method Details
-
load
-
load
public static void load()loads in the following order (later means it overwrites values from previous files):.env$side.env$side.$environment.env
$sideis the value of the currentRuntimeEnvironmentType,$environmentis eitherproductionordevelopment
-