Open yogendra opened 1 year ago
@yogendra I created the short variables to ease with the typing the name in the the script. I can replace them with regular environment variables but then it makes it harder to type it in. Most folks(SEs) create the start.sh script and pass the values as -D parameters. Thoughts?
Yeah works that way too.
Currently, documented procedure for supplying database information is
node
,port
,dbname
, etc. We can use standard spring attributes instead. You can provide these via program argument, JVM Argument or Environment variables. Here is a quick ref list