diff options
-rw-r--r-- | perl/Wallet/Config.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index 6dd2313..befa390 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -28,6 +28,14 @@ $PATH = '/etc/wallet.conf'; # Variables ############################################################################## +# Database configuration. +our $DB_DRIVER; +our $DB_NAME; +our $DB_HOST; +our $DB_PORT; +our $DB_USER; +our $DB_PASSWORD; + # Configuration for the keytab object type. our $KEYTAB_FILE; our $KEYTAB_FLAGS = '-clearpolicy'; |