File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed
src/main/java/org/computate/vertx/config Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 18
18
*/
19
19
public class ComputateConfigKeys {
20
20
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
+
21
31
/**
22
32
* Run the OpenAPI3 Generator when this environment variable is set to true.
23
33
**/
@@ -238,6 +248,16 @@ public class ComputateConfigKeys {
238
248
**/
239
249
public static final String SITE_DISPLAY_NAME = "SITE_DISPLAY_NAME" ;
240
250
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
+
241
261
/**
242
262
* The name Github organization for the site.
243
263
**/
@@ -343,6 +363,11 @@ public class ComputateConfigKeys {
343
363
**/
344
364
public static final String SOLR_COLLECTION_COMPUTATE = "SOLR_COLLECTION_COMPUTATE" ;
345
365
366
+ /**
367
+ * The path to the computate source code.
368
+ **/
369
+ public static final String COMPUTATE_SRC = "COMPUTATE_SRC" ;
370
+
346
371
/**
347
372
* The Email account for the site.
348
373
**/
@@ -581,7 +606,12 @@ public class ComputateConfigKeys {
581
606
/**
582
607
*
583
608
**/
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" ;
585
615
586
616
/**
587
617
* Map default location.
You can’t perform that action at this time.
0 commit comments