share job
This commit is contained in:
10
.env.example
Normal file
10
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user