typo, formatting
parent
ba7ddf17f9
commit
2ef8d16e9c
|
@ -26,7 +26,7 @@ INSERT INTO redirect_uri_TEMP (owner_id, redirect_uri) VALUES
|
|||
('client', 'http://localhost:8080/');
|
||||
|
||||
INSERT INTO authorized_grant_type_TEMP (owner_id, authorized_grant_type) VALUES
|
||||
('client', 'autorization_code'),
|
||||
('client', 'authorization_code'),
|
||||
('client', 'implicit');
|
||||
|
||||
--
|
||||
|
|
|
@ -11,10 +11,10 @@ START TRANSACTION;
|
|||
--
|
||||
|
||||
INSERT INTO users_TEMP (username, password, enabled) VALUES
|
||||
('jricher', 'password', true),
|
||||
('aanganes','password',true),
|
||||
('mfranklin','password',true),
|
||||
('srmoore','password',true);
|
||||
('jricher', 'password', true),
|
||||
('aanganes','password',true),
|
||||
('mfranklin','password',true),
|
||||
('srmoore','password',true);
|
||||
|
||||
INSERT INTO authorities_TEMP (username, authority) VALUES
|
||||
('jricher', 'ROLE_ADMIN'),
|
||||
|
|
Loading…
Reference in New Issue