mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 15:52:56 +10:00
1646397537
This commit is contained in:
@ -1 +1 @@
|
||||
PORT=3100
|
||||
SERVER_PORT=3100
|
||||
|
||||
@ -4,7 +4,7 @@ export default registerAs('app', () => ({
|
||||
timezone: process.env.TZ,
|
||||
environment: process.env.NODE_ENV,
|
||||
secretKey: process.env.SECRET_KEY,
|
||||
port: parseInt(process.env.PORT, 10) || 3100,
|
||||
port: parseInt(process.env.SERVER_PORT, 10) || 3100,
|
||||
url: process.env.APP_URL || 'http://localhost:3000',
|
||||
serverUrl: process.env.SERVER_URL || 'http://localhost:3100',
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user