Skip to content
Snippets Groups Projects
Commit 5a7e1f38 authored by Nicolas Borboën's avatar Nicolas Borboën
Browse files

[fix] tequila server URL

parent f59f82be
No related branches found
No related tags found
No related merge requests found
<?php <?php
$aConfig = array ( $aConfig = array (
'sServer' => 'https://tequila.epfl.ch', 'sServer' => 'https://tequila.epfl.ch',
'sServerUrl' => 'https://tequila.epfl.ch', 'sServerUrl' => 'https://tequila.epfl.ch/cgi-bin/tequila',
'iTimeout' => 86400, 'iTimeout' => 86400,
'logoutUrl' => "https://localhost/tequila/logout.php" 'logoutUrl' => "https://localhost/tequila/logout.php"
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment