Skip to content

Commit

Permalink
fix: jans-linux-setup openbanking
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Feb 23, 2022
1 parent 87fef22 commit 1a5f708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jans-linux-setup/jans_setup/openbanking/setup_app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
import inspect
from collections import OrderedDict

from jans_setup.paths import INSTALL_DIR
from jans_setup.static import InstallTypes
from jans_setup.utils.printVersion import get_war_info
from jans_setup.utils import base
from setup_app.paths import INSTALL_DIR
from setup_app.static import InstallTypes
from setup_app.utils.printVersion import get_war_info
from setup_app.utils import base

class Config:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def arg_parser():
parser.add_argument('-country', help="Two letters country coude used for generating X.509 certificates")
parser.add_argument('-jans-max-mem', help="Total memory (in KB) to be used by Jannses Server")
parser.add_argument('--disable-config-api-security', help="Turn off oauth2 security validation for jans-config-api", action='store_true')
parser.add_argument('--import-ldif', help="Render ldif templates from directory and import them in Database")

parser.add_argument('--shell', help="Drop into interactive shell before starting installation", action='store_true')
parser.add_argument('--no-progress', help="Use simple progress", action='store_true')
Expand Down

0 comments on commit 1a5f708

Please sign in to comment.