Closed ranhsd closed 7 years ago
Hi , I noticed that currently this adapter can be used only with json configuration. I waned to know if it is possible to support also environment variables?
Thanks.
You can do it with process.env.VARIABLE_NAME. The default Parse server index.js uses this.
process.env.VARIABLE_NAME
Hi , I noticed that currently this adapter can be used only with json configuration. I waned to know if it is possible to support also environment variables?
Thanks.