Skip to content

Commit 518ab55

Browse files
committed
amc-mairu: allow full dynamic port
1 parent c8742b8 commit 518ab55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf/himari/config.ru

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ use(Himari::Middlewares::Client,
8383
require_pkce: true,
8484
)
8585
use(Himari::Middlewares::Client,
86-
name: 'amc-local2',
86+
name: 'amc-mairu',
8787
id: 'a94519af-8c51-4f8b-af3a-a58130415096',
8888
secret_hash: 'b46b2dc7a429ebce84ad257d3bfab6608c40556e0384b7317a9d595c26fe813737749810bdfde5c62766d2750145d3a8', # sha384.hexdigest
89-
redirect_uris: %w(http://127.0.0.1:16252/oauth2callback http://[::1]:16252/oauth2callback),
89+
redirect_uris: %w(http://127.0.0.1:[0-9]+/oauth2callback http://[::1]:[0-9]+/oauth2callback),
9090
require_pkce: true,
9191
)
9292
use(Himari::Middlewares::Client,

0 commit comments

Comments
 (0)