|
|
|
|
|
by anurag
1056 days ago
|
|
The doc you saw refers only to how secret files are treated at build time. At runtime, Render mounts your secret file at `/etc/secrets/FILENAME` in your container. Your application can then read it like any other file on the local filesystem. Of course, you can always store your secrets in Render environment variables and use them via ENV statements at runtime. |
|