PHP Classes

File: config/config.php

Recommend this page to a friend!
  Classes of Edward Paul   Laravel Uptime Monitor   config/config.php   Download  
File: config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Uptime Monitor
Monitor servers to verify if they are responding
Author: By
Last change:
Date: 3 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php

/*
 * You can place your custom package configuration in here.
 */
return [

   
'endpoints_table' => 'endpoints',
   
'statuses_table' => 'statuses',
];