Hi I want to run Corda code on production environment. As of now i am running this via commands and getting this:- ! ATTENTION: This node is running in development mode! This is not safe for production deployment.
my commands are
cd /var/www/Menkymac-Backend/CordaService/build/nodes/Menkymac/ && sudo java -Dcapsule.jvm.args="-Xmx700m" -jar corda.jar
cd /var/www/Menkymac-Backend/CordaService/build/nodes/Notary && sudo java -Dcapsule.jvm.args="-Xmx700m" -jar corda.jar
cd /var/www/Menkymac-Backend/CordaService && sudo ./gradlew runIssuerServer
So please let me know if there is any alternative for this for Production.