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

WIP: Build Alpine package #224

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Change default "umapi_privileged_roles" to B-00000-SUMA-ZAMESTNANEC
  • Loading branch information
jirutka committed Jun 28, 2017
commit ac60116d98611709fe86a86fc521826c69eb3d3d
2 changes: 1 addition & 1 deletion config/config.rb
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ module Config
override :oauth_auth_uri, 'https://auth.fit.cvut.cz/oauth/authorize', string
override :oauth_token_uri, 'https://auth.fit.cvut.cz/oauth/token', string
override :umapi_people_uri, 'https://kosapi.fit.cvut.cz/usermap/v1/people', string
override :umapi_privileged_roles, 'B-00000-ZAMESTNANEC', array(string)
override :umapi_privileged_roles, 'B-00000-SUMA-ZAMESTNANEC', array(string)

override :http_port, 5000, int
override :pretty_json, false, bool