11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
# 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
|