webservice/library/WsScore/Clients/ClientsConfig.php

29 lines
883 B
PHP
Raw Normal View History

2012-07-17 10:07:18 +00:00
<?php
return array(
'afnic' => array(
'actif' => true,
'versions' => array(
'2.2' => array( 'actif' => true, 'defaut' => true ),
),
2012-07-17 10:07:18 +00:00
'idClient' => 39,
'user' => array('mricois', 'yleanour'),
),
'veolia' => array(
'actif' => true,
'versions' => array(
'0.2' => array( 'actif' => true, 'defaut' => true ),
'0.1' => array( 'actif' => true, 'defaut' => false ),
),
2012-07-17 10:07:18 +00:00
'idClient' => 59,
'user' => array('mricois', 'yleanour'),
),
'vwbank' => array(
'actif' => true,
'versions' => array(
'0.2' => array( 'actif' => true, 'defaut' => false ),
'0.1' => array( 'actif' => true, 'defaut' => true ),
),
2012-07-17 10:07:18 +00:00
'idClient' => 32,
'user' => array('mricois', 'yleanour'),
),
);