Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbcc8c3

Browse files
committedJun 28, 2017
Change default "umapi_privileged_roles" to B-00000-SUMA-ZAMESTNANEC
1 parent 3cf9b2b commit fbcc8c3

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 :http_port, 5000, int
4040
override :pretty_json, false, bool

0 commit comments

Comments
 (0)
This repository has been archived.