原文:crtmpserver配置文件詳解

Configuration file配置文件The configuration file is actually a lua script which must contain an object calledconfiguration.This will be read by the server and used to fully configure the server. Besides ...

2013-08-23 11:44 0 3547 推薦指數:

查看詳情

nginx配置文件詳解

#nginx進程,一般設置為和cpu核數一樣worker_processes 4; #錯誤日志存放目錄 error_log /data1/logs/er ...

Mon May 18 23:14:00 CST 2020 0 152
dubbo 配置文件詳解

一、dubbo常用配置 <dubbo:service/> 服務配置,用於暴露一個服務,定義服務的元信息,一個服務可以用多個協議暴露,一個服務也可以注冊到多個注冊中心。eg、<dubbo:service ref="demoService ...

Thu Feb 28 00:56:00 CST 2019 0 1081
Prometheus配置文件詳解

global: scrape_interval: 15s #默認值為 15s,收集數據的時間間隔,每隔15s收集一次數據,scrape_interval可以基於全局或基於單個m ...

Thu Apr 02 02:10:00 CST 2020 0 1006
logback配置文件詳解

一:根節點<configuration>包含的屬性: scan: 當此屬性設置為true時,配置文件如果發生改變,將會被重新加載,默認值為true。 scanPeriod: 設置監測配置文件是否有修改的時間間隔,如果沒有給出時間單位,默認單位是毫秒。當scan為true時 ...

Fri May 05 22:01:00 CST 2017 0 1484
phpmyadmin配置文件詳解

PHPMyadmin配置文件config.inc.php或config.default.php內容及作用解析大致如下: /** * phpMyAdmin Configuration File * * All directives are explained ...

Fri Dec 14 19:48:00 CST 2018 0 1344
Redis配置文件詳解

  注:redis版本為:6.0.5   配置文件原文地址:https://raw.githubusercontent.com/redis/redis/6.0/redis.conf    # 如果要配置跟內存大小相關的參數是可以這樣配置:## 1k => 1000 bytes# 1kb ...

Sat Jul 18 04:57:00 CST 2020 0 818
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM