10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
# Server
|
|
PORT=3000
|
|
NODE_ENV=development
|
|
|
|
# JWT
|
|
JWT_SECRET=your-secret-key-here
|
|
|
|
# Database
|
|
DB_PATH=./clouddisk.db
|