5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
|
export default {
|
||
|
port: process.env.PORT || 3000,
|
||
|
jwt_secret: process.env.JWT_SECRET || 'myjwtsecret',
|
||
|
}
|