Skip to content

Commit 7a58c7e

Browse files
committed
Adding the SITE_SRC as a ConfigVar for loading resources.
1 parent 1c981ef commit 7a58c7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/org/computate/vertx/config/ComputateConfigKeys.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ public class ComputateConfigKeys {
243243
**/
244244
public static final String SITE_NAME = "SITE_NAME";
245245

246+
/**
247+
* The path to the source code of the site.
248+
**/
249+
public static final String SITE_SRC = "SITE_SRC";
250+
246251
/**
247252
* The display name of the site.
248253
**/

0 commit comments

Comments
 (0)