<?php
|
|
|
|
$config = array(
|
|
"db" => array(
|
|
"name" => "lifestream",
|
|
"user" => "lifestream",
|
|
"password" => "",
|
|
"host" => "localhost"
|
|
),
|
|
|
|
"websockets" => array(
|
|
"port" => 8090
|
|
)
|
|
);
|