Skip to content

Commit 1c981ef

Browse files
committed
Adding new ConfigVars.
1 parent f4bc743 commit 1c981ef

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@
1818
*/
1919
public class ComputateConfigKeys {
2020

21+
/**
22+
*
23+
**/
24+
public static final String QUAYIO_ORG = "QUAYIO_ORG";
25+
26+
/**
27+
*
28+
**/
29+
public static final String MAILING_LIST_URL = "MAILING_LIST_URL";
30+
2131
/**
2232
* Run the OpenAPI3 Generator when this environment variable is set to true.
2333
**/
@@ -238,6 +248,16 @@ public class ComputateConfigKeys {
238248
**/
239249
public static final String SITE_DISPLAY_NAME = "SITE_DISPLAY_NAME";
240250

251+
/**
252+
*
253+
**/
254+
public static final String SITE_PUBLIC_URL = "SITE_PUBLIC_URL";
255+
256+
/**
257+
*
258+
**/
259+
public static final String SITE_POM_GROUP_ID = "SITE_POM_GROUP_ID";
260+
241261
/**
242262
* The name Github organization for the site.
243263
**/
@@ -343,6 +363,11 @@ public class ComputateConfigKeys {
343363
**/
344364
public static final String SOLR_COLLECTION_COMPUTATE = "SOLR_COLLECTION_COMPUTATE";
345365

366+
/**
367+
* The path to the computate source code.
368+
**/
369+
public static final String COMPUTATE_SRC = "COMPUTATE_SRC";
370+
346371
/**
347372
* The Email account for the site.
348373
**/
@@ -581,7 +606,12 @@ public class ComputateConfigKeys {
581606
/**
582607
*
583608
**/
584-
public static final String DYNAMIC_PAGE_PATH = "DYNAMIC_PAGE_PATH";
609+
public static final String DYNAMIC_PAGE_PATHS = "DYNAMIC_PAGE_PATHS";
610+
611+
/**
612+
*
613+
**/
614+
public static final String I18N_PATHS = "I18N_PATHS";
585615

586616
/**
587617
* Map default location.

0 commit comments

Comments
 (0)