We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 855e2ed + 6ee9f54 commit 279dfc9Copy full SHA for 279dfc9
1 file changed
src/common/swagger/index.js
@@ -35,7 +35,7 @@ const swaggerDefinition = {
35
servers: [
36
{
37
url: process.env.NODE_ENV === 'production'
38
- ? 'http://3.35.0.31:3000'
+ ? process.env.PRODUCTION_URL
39
: 'http://localhost:3000',
40
description: process.env.NODE_ENV === 'production'
41
? 'Production server'
0 commit comments