We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e892753 + f35b936 commit e89481cCopy full SHA for e89481c
src/main/resources/application-dev.yml
@@ -6,6 +6,11 @@ spring:
6
security:
7
allowed-origins:
8
- "https://api.difflens.site"
9
+ - "http://localhost:3000"
10
+ - "http://127.0.0.1:3000"
11
+ - "http://localhost:8080"
12
+ - "http://localhost:5173"
13
+ - "http://127.0.0.1:5173"
14
15
datasource:
16
url: ${PSQL_URL}
src/main/resources/application-local.yml
@@ -8,6 +8,8 @@ spring:
- "http://localhost:3000"
- "http://127.0.0.1:3000"
- "http://localhost:8080"
0 commit comments