feat: implement Database Manager module with encryption, CRUD operations, and migration management
This commit is contained in:
@ -7,3 +7,6 @@ DB_DATABASE=low_code_engine
|
||||
|
||||
# Application Configuration
|
||||
NODE_ENV=development
|
||||
PORT=3054
|
||||
ENCRYPTION_KEY=12345678901234567890123456789012
|
||||
IV_LENGTH=16
|
||||
Reference in New Issue
Block a user