原文: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