-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathezpe-config.php
More file actions
31 lines (24 loc) · 765 Bytes
/
ezpe-config.php
File metadata and controls
31 lines (24 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php // Editor Settings
use PCC_EPE\Models\Config;
return [
// Directory to write config files to
'write_path' => '/library/wp-content/uploads/ezpe/',
/**
* Base URL of the application.
*
* This is dynamically set using the `getServerBaseUrl()` method from the Config class.
*/
'baseurl' => Config::getServerBaseUrl() . '/library/ezproxyeditor',
// cas settings
'cas_host' => 'login.pcc.edu',
'cas_context' => 'cas',
'cas_port' => 443,
// sftp settings
'sftp_host' => 'vmlib3.pcc.edu',
'sftp_user' => 'libsftptemp',
'sftp_password' => 'DonnGust$7383',
// ezproxy admin settings
"ezproxy_admin_url" => "https://libproxy.pcc.edu",
"user" => "pccit",
"pass" => "2001sP0AA"
];