You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why?
Updating a .env file is not a very common way to add and update environment variables
What?
We want to create a dedicated table in the serverless function detail view to CRUD env variables, and remove the .env file
We can add a new tab, or add a new section in the setting tab @Bonapara what do you think?
Technically, we could also store environment variables in a dedicated encrypted JSONb column in the metadata.serverlessFunction table and use that to store environment variables instead of a file
The text was updated successfully, but these errors were encountered:
Why?
Updating a .env file is not a very common way to add and update environment variables
What?
We want to create a dedicated table in the serverless function detail view to CRUD env variables, and remove the .env file
We can add a new tab, or add a new section in the setting tab
@Bonapara what do you think?
Technically, we could also store environment variables in a dedicated encrypted JSONb column in the metadata.serverlessFunction table and use that to store environment variables instead of a file
The text was updated successfully, but these errors were encountered: