This commit is contained in:
2026-03-27 09:56:26 +07:00
parent 56ab9f931e
commit 251b4ee673
26 changed files with 3076 additions and 2364 deletions

15
.env Normal file
View File

@@ -0,0 +1,15 @@
# AccManager Backend Configuration
# Server Port
PORT=3000
# SQL Server Configuration
DB_SERVER=172.20.235.176
DB_USER=sa
DB_PASSWORD=robotics@2020
DB_NAME=AccManager
DB_ENCRYPT=true
DB_TRUST_CERTIFICATE=true
# Application
NODE_ENV=development