Skip to content

Commit 00742e5

Browse files
author
Kishan Kavala
committed
Added / to the end_point of default local region. UI expects / while switching to other regions using single sign-on
1 parent e68d156 commit 00742e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/db/db/schema-40to410.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ CREATE TABLE `cloud`.`region` (
261261
PRIMARY KEY (`id`)
262262
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
263263

264-
INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client');
264+
INSERT INTO `cloud`.`region` values ('1','Local','http://localhost:8080/client/');
265265

266266
INSERT IGNORE INTO `cloud`.`configuration` VALUES ('Account Defaults', 'DEFAULT', 'management-server', 'max.account.cpus', '40', 'The default maximum number of cpu cores that can be used for an account');
267267

0 commit comments

Comments
 (0)