Skip to content

Commit f6ab63b

Browse files
Merge pull request #9 from pedrogoncalvesk/release/v0.1.0
Release/v0.1.0
2 parents 4da83e1 + ac469cd commit f6ab63b

File tree

12 files changed

+10007
-236
lines changed

12 files changed

+10007
-236
lines changed

.env

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Application
22
NODE_ENV=local
3-
APPLICATION_PORT=3000
3+
APPLICATION_PORT=3001
44
APPLICATION_NAME=act-api
55
APPLICATION_VERSION=0.0.1
6+
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3001
67

78
# Swagger
89
SWAGGER_TITLE="Activities API"
910
SWAGGER_DESCRIPTION="Activities API"
10-
SWAGGER_DOCS=docs
11-
SWAGGER_SERVER=http://localhost:3000
11+
SWAGGER_DOCS=swagger
12+
SWAGGER_SERVER=http://localhost:3001
1213

1314
# Database
1415
DATABASE_URI=mongodb://localhost:27017/actDB

0 commit comments

Comments
 (0)