Skip to content

Instantly share code, notes, and snippets.

@ivanionut
Created August 30, 2020 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivanionut/61d84482e1e73b0fab635c40f6d26f01 to your computer and use it in GitHub Desktop.
Save ivanionut/61d84482e1e73b0fab635c40f6d26f01 to your computer and use it in GitHub Desktop.
{
"name":"store",
"app":{
"cfengine":"lucee@5.3.6+61"
},
"web":{
"host":"store.dev.local",
"SSL":{
"certFile":"/Users/ionut/Documents/WORKS/store/dev/SSL/_wildcard.dev.local.pem",
"enable":"true",
"keyFile":"/Users/ionut/Documents/WORKS/store/dev/SSL/_wildcard.dev.local-key.pem",
"port":"8443"
},
"rewrites":{
"enable":true,
"config":"urlrewrite.xml"
},
"gzipEnable":"true"
},
"jvm":{
"javaVersion":"openjdk11",
"args":"",
"heapSize":6144,
"minHeapSize":1024
},
"runwar":{
"args":"--ssl-eccdisable=false"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment