I 'am trying to modify my application.conf file from the controller, I know that is impossible to do it directly only read access is granted to the file, so I’am trying to create a new environment variables from the controller and calling them in the application.conf file, the problem is I could not use the export command in Scala code to create the new environment variable
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Remote configuration for Play | 5 | 1518 | April 30, 2018 | |
Parse and resolve Play! project configuration from external tool | 3 | 1019 | September 25, 2018 | |
Externalize Configuration File | 1 | 737 | September 17, 2019 | |
Reading a conf file in a test | 0 | 583 | July 26, 2018 | |
Change the config value from external file in play framework | 2 | 776 | December 28, 2021 |