share job

This commit is contained in:
JAE SIK CHO
2026-04-09 11:12:12 +09:00
commit f8427ee1d0
193 changed files with 23830 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Oracle DB
DB_URL=jdbc:oracle:thin:@host:1521:SID
DB_USERNAME=
DB_PASSWORD=
# JWT
JWT_SECRET=your-secret-key-must-be-at-least-256-bits-long
# File Storage
FILE_UPLOAD_PATH=/data/uploads