mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client+server/general: fix config references
...some references still referred to non-existing config.ini.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[alembic]
|
||||
script_location = szurubooru/migrations
|
||||
|
||||
# overriden from within config.ini
|
||||
# overriden by szurubooru's config
|
||||
sqlalchemy.url =
|
||||
|
||||
[loggers]
|
||||
|
@ -1,5 +1,5 @@
|
||||
class ConfigError(RuntimeError):
|
||||
''' A problem with config.ini file. '''
|
||||
''' A problem with configuration file. '''
|
||||
|
||||
class AuthError(RuntimeError):
|
||||
''' Generic authentication error '''
|
||||
|
Reference in New Issue
Block a user