Skip to content

Commit eee641c

Browse files
author
damikael
committed
chore: change default server port
1 parent bf7ca0a commit eee641c

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

src/config_sample/op.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"enabled": true,
33
"basepath": "",
4-
"issuer": "http://localhost:8085",
5-
"authorization_endpoint": "http://localhost:8085/authorization",
6-
"token_endpoint": "http://localhost:8085/token",
7-
"userinfo_endpoint": "http://localhost:8085/userinfo",
8-
"introspection_endpoint": "http://localhost:8085/introspection",
9-
"revocation_endpoint": "http://localhost:8085/revocation",
4+
"issuer": "http://localhost:8083",
5+
"authorization_endpoint": "http://localhost:8083/authorization",
6+
"token_endpoint": "http://localhost:8083/token",
7+
"userinfo_endpoint": "http://localhost:8083/userinfo",
8+
"introspection_endpoint": "http://localhost:8083/introspection",
9+
"revocation_endpoint": "http://localhost:8083/revocation",
1010
"op_name": "Agenzia per l'Italia Digitale",
11-
"op_uri": "http://localhost:8085",
11+
"op_uri": "http://localhost:8083",
1212

1313
"agidloginAuthentication": false,
1414
"agidloginClientID": "",

src/config_sample/op_demo.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"enabled": true,
33
"basepath": "",
4-
"issuer": "http://localhost:8085",
5-
"authorization_endpoint": "http://localhost:8085/authorization",
6-
"token_endpoint": "http://localhost:8085/token",
7-
"userinfo_endpoint": "http://localhost:8085/userinfo",
8-
"introspection_endpoint": "http://localhost:8085/introspection",
9-
"revocation_endpoint": "http://localhost:8085/revocation",
4+
"issuer": "http://localhost:8083",
5+
"authorization_endpoint": "http://localhost:8083/authorization",
6+
"token_endpoint": "http://localhost:8083/token",
7+
"userinfo_endpoint": "http://localhost:8083/userinfo",
8+
"introspection_endpoint": "http://localhost:8083/introspection",
9+
"revocation_endpoint": "http://localhost:8083/revocation",
1010
"op_name": "Agenzia per l'Italia Digitale",
11-
"op_uri": "http://localhost:8085",
11+
"op_uri": "http://localhost:8083",
1212

1313
"agidloginAuthentication": false,
1414
"agidloginClientID": "",

src/config_sample/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"host": "http://localhost",
3-
"port": 8085,
3+
"port": 8083,
44
"useProxy": false,
55
"useHttps": false,
66
"httpsPrivateKey": "./config/spid-oidc-check-rp.key",

0 commit comments

Comments
 (0)