15 lines
431 B
Plaintext
15 lines
431 B
Plaintext
|
|
> backend@1.0.0 start
|
|
> node index.js
|
|
|
|
[dotenv@17.2.3] injecting env (12) from .env -- tip: ⚙️ specify custom .env file path with { path: '/custom/path/.env' }
|
|
🧩 DB Config → {
|
|
host: '51.75.24.29',
|
|
port: '5433',
|
|
user: 'postgres',
|
|
pass: '***',
|
|
database: 'thetiptop_dev'
|
|
}
|
|
[dotenv@17.2.3] injecting env (0) from .env -- tip: ⚙️ suppress all logs with { quiet: true }
|
|
🚀 Backend lancé sur 0.0.0.0:4000 ✅
|