Now I tell the gpg the <home dir> of the keyring
[breadcrumbs.git] / src / lib / Bcd / Common / CommonConstants.pm
blobcae849af7192a10325dc042dbc30324200c67a55
1 package Bcd::Common::CommonConstants;
3 use strict;
5 #this file simply stores the constant error codes of the server
6 use constant {
7 BINARY_MODE => 0,
8 TEXT_MODE => 1,
9 };
11 use constant {
12 BC_ROOT => 'bc-root', #this is the super user login, reserved.
13 USERS_CONNECTED_KEY => "users_connected",
14 TEST_POST_CODE => '1827300',