diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 20:24:22 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-15 20:24:22 +0000 |
| commit | 5f701c749f51ff37a43fab71edd38eda12169876 (patch) | |
| tree | e3a2e2b1b5471a825f28f6d485653e207b4b6245 /src | |
| parent | aeb8b66375335e8c9d6cb9cb0d8d7da3d8b79628 (diff) | |
Remove port option
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/configuration.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/configuration.ts b/src/config/configuration.ts index f409205..36cc0fe 100644 --- a/src/config/configuration.ts +++ b/src/config/configuration.ts @@ -1,5 +1,4 @@ export default () => ({ - port: parseInt(process.env.PORT, 10) || 3000, database: { host: process.env.DATABASE_HOST, port: parseInt(process.env.DATABASE_PORT, 10) || 3306, |
