Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit e9a6534

Browse files
committed
Change default "umapi_privileged_roles" to B-00000-SUMA-ZAMESTNANEC
1 parent 4da2f62 commit e9a6534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module Config
3434
override :oauth_auth_uri, 'https://auth.fit.cvut.cz/oauth/authorize', string
3535
override :oauth_token_uri, 'https://auth.fit.cvut.cz/oauth/token', string
3636
override :umapi_people_uri, 'https://kosapi.fit.cvut.cz/usermap/v1/people', string
37-
override :umapi_privileged_roles, 'B-00000-ZAMESTNANEC', array(string)
37+
override :umapi_privileged_roles, 'B-00000-SUMA-ZAMESTNANEC', array(string)
3838

3939
override :port, 5000, int
4040
override :pretty_json, false, bool

0 commit comments

Comments
 (0)