Skip to content

Commit

Permalink
Issue #1279: Add otobo.psgi configuration to the Defaults.pm.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven authored and svenoe committed Mar 16, 2022
1 parent d978aa2 commit baa4dd6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Kernel/Config/Defaults.pm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ sub LoadDefaults {
# (To log every sql query which takes longer the 4 sec.)
# $Self->{'Database::SlowLog'} = 0;

# --------------------------------------------------- #
# otobo.psgi configuration #
# --------------------------------------------------- #
# default redirect
$Self->{'Frontend::DefaultInterface'} = 'index.pl';

# frontend activation
$Self->{'CustomerFrontend::Active'} = '1';
$Self->{'PublicFrontend::Active'} = '1';

# --------------------------------------------------- #
# default values #
# (default values for GUIs) #
Expand Down

0 comments on commit baa4dd6

Please sign in to comment.