OIDC_URL = 'https://login.wownero.com/auth/realms/master/protocol/openid-connect', OIDC_CLIENT_ID = 'suchwowxxx', OIDC_CLIENT_SECRET = 'xxxxxxxxxx', OIDC_REDIRECT_URL = 'http://localhost:5000/auth' SECRET_KEY = 'yyyyyyyyyyyyy', SESSION_TYPE = 'filesystem' DATA_FOLDER = '/path/to/the/uploads' ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'} MAX_CONTENT_LENGTH = 16 * 1024 * 1024 WALLET_HOST = 'localhost' WALLET_PORT = 8888 WALLET_PROTO = 'http' WALLET_USER = 'suchwow' WALLET_PASS = 'zzzzzzzzzzzzzzz'