mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-26 02:44:29 +00:00
Fix default app username.
This commit is contained in:
parent
4b3378a9e4
commit
202aad1310
@ -17,7 +17,7 @@ my $dbport = 5432;
|
|||||||
my $dbuser = "";
|
my $dbuser = "";
|
||||||
my $dbpass = "";
|
my $dbpass = "";
|
||||||
my $dbhost = "";
|
my $dbhost = "";
|
||||||
my $appuser = "general";
|
my $appuser = "davical_app";
|
||||||
my $helpmeplease = 0;
|
my $helpmeplease = 0;
|
||||||
my $apply_patches = 1;
|
my $apply_patches = 1;
|
||||||
my $revoke_list = "";
|
my $revoke_list = "";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user