summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
Diffstat (limited to 'authtoken.json')
-rwxr-xr-xauthtoken.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/authtoken.json b/authtoken.json
index 954581d..3d6b8f4 100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -9,7 +9,7 @@ sub get_token
{
my $username = shift;
- my $RD_CONF = "rd.conf";
+ my $RD_CONF = "/etc/rd.conf";
my $cfg = Config::IniFiles->new(-file => $RD_CONF) or return ('ERROR', "Config File Error: " . join("\n", @Config::IniFiles::errors), '');
my $dbhost = $cfg->val('mySQL', 'Hostname');