-
Goal: To create a common setting to be reused by other code
-
Details: Is there a way I can create a common app key value settings which can be used by other code? For instance, database settings such us host, username, password, API URLs, secret credentials and etc. In this way, I don't need to input it over and over again to different codes
-
Screenshots:
1 Like
Hi @Santos_Jr_Ngo , and welcome to the forum!
I'm not sure I understand what you're trying to achieve.
You can create a variable where you write down all of these reusable key values, and then refer to that variable anywhere you need to.
It's ok now, I already figured it out. Thanks anyway. I just found this in the settings
1 Like