.
This commit is contained in:
16
config/redmine.py
Normal file
16
config/redmine.py
Normal file
@@ -0,0 +1,16 @@
|
||||
class RedmineConfig:
|
||||
@property
|
||||
def base_url(self):
|
||||
return "https://redmine.sbps.ru"
|
||||
|
||||
@property
|
||||
def time_entries_url(self):
|
||||
return "/time_entries.json"
|
||||
|
||||
@property
|
||||
def my_account_url(self):
|
||||
return "/my/account.json"
|
||||
|
||||
@property
|
||||
def datetime_format(self):
|
||||
return "%Y-%m-%d"
|
||||
Reference in New Issue
Block a user