added config fields to settings table

This commit is contained in:
Andrew Roberts 2019-12-12 21:27:38 -05:00
parent eede894e72
commit b661c2fa92
1 changed files with 3 additions and 0 deletions

View File

@ -104,6 +104,9 @@ class _Settings(_Base):
config_calibre = Column(String)
config_rarfile_location = Column(String)
config_allow_reverse_proxy_header_login = Column(Boolean, default=False)
config_reverse_proxy_login_header_name = Column(String)
config_updatechannel = Column(Integer, default=constants.UPDATE_STABLE)
def __repr__(self):