X-Git-Url: https://git.defcon.no/?a=blobdiff_plain;f=api%2Fconfig.php.sample;h=58a26b4108fc26ad14316322671165da85928e65;hb=f48343d880910f4466072e8c10983685d3e75331;hp=66d03dc3a2b02a114ef23d954b4d6f8625a112a9;hpb=d84439cb61f1964534363219d800036e28112cd4;p=hermes diff --git a/api/config.php.sample b/api/config.php.sample index 66d03dc..58a26b4 100644 --- a/api/config.php.sample +++ b/api/config.php.sample @@ -1,9 +1,9 @@ 'permitall', 'sql_server' => 'localhost', 'sql_username' => 'dbusername', 'sql_password' => 'dbuserpass', @@ -16,6 +16,10 @@ function get_config() 'provision_users_table' => 'users', 'provision_phones_table' => 'phones', 'provision_servers_table' => 'servers', + 'apikeys_table' => 'apikeys', + 'authorizations_table' => 'authorizations', + 'sessionkeys_table' => 'sessionkeys', + 'sessionkey_lifetime' => 5, // Minutes 'numbers_table' => 'number_pool', 'standard_dialplan' => '(*xx*.|xxx.)', 'default_domain' => 'hig.no',