Skip to content

Commit 6bbb13b

Browse files
Updated config files
1 parent b03c3a6 commit 6bbb13b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ app:
1111
server:
1212
host: 0.0.0.0
1313
port: 8080
14+
cors:
15+
allowed_origins:
16+
- "http://localhost:3000"
17+
- "http://localhost:3001"
18+
- "http://localhost:3002"
19+
- "http://192.168.9.3:3000"
1420

1521
# databases for operations
1622
database:

0 commit comments

Comments
 (0)