-
Notifications
You must be signed in to change notification settings - Fork 765
/
options.conf
103 lines (74 loc) · 2.65 KB
/
options.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# mirror link
mirror_link=http://mirrors.linuxeye.com
# set the default timezone
timezone=Asia/Shanghai
# Nginx Apache and PHP-FPM process is run as $run_user(Default "www"), you can freely specify
run_user=www
# Nginx Apache and PHP-FPM process is run as $run_group(Default "www"), you can freely specify
run_group=www
# set the default install path, you can freely specify
nginx_install_dir=/usr/local/nginx
tengine_install_dir=/usr/local/tengine
openresty_install_dir=/usr/local/openresty
apache_install_dir=/usr/local/apache
tomcat_install_dir=/usr/local/tomcat
mysql_install_dir=/usr/local/mysql
mariadb_install_dir=/usr/local/mariadb
percona_install_dir=/usr/local/percona
pgsql_install_dir=/usr/local/pgsql
mongo_install_dir=/usr/local/mongodb
php_install_dir=/usr/local/php
nodejs_install_dir=/usr/local/node
pureftpd_install_dir=/usr/local/pureftpd
memcached_install_dir=/usr/local/memcached
redis_install_dir=/usr/local/redis
openssl_install_dir=/usr/local/openssl
imagick_install_dir=/usr/local/imagemagick
gmagick_install_dir=/usr/local/graphicsmagick
curl_install_dir=/usr/local/curl
freetype_install_dir=/usr/local/freetype
apr_install_dir=/usr/local/apr
# Add modules
nginx_modules_options=''
php_modules_options=''
#########################################################################
# database data storage directory, you can freely specify
mysql_data_dir=/data/mysql
mariadb_data_dir=/data/mariadb
percona_data_dir=/data/percona
pgsql_data_dir=/data/pgsql
mongo_data_dir=/data/mongodb
# web directory, you can customize
wwwroot_dir=/data/wwwroot
# nginx Generate a log storage directory, you can freely specify.
wwwlogs_dir=/data/wwwlogs
#########################################################################
# [MySQL/MariaDB/Percona] automatically generated, You can't change
dbrootpwd=
# [PostgreSQL] automatically generated, You can't change
dbpostgrespwd=
# [MongoDB] automatically generated, You can't change
dbmongopwd=
#########################################################################
# Backup Dest directory, change this if you have someother location
backup_dir=/data/backup
# How many days before the backup directory will be removed
expired_days=5
# local,remote,oss,cos,upyun,qiniu,s3,gdrive,dropbox
backup_destination=
# db ; web, You can't change
backup_content=
# aliyun OSS Bucket, You can't change
oss_bucket=
# qcloud OSS Bucket, You can't change
cos_bucket=
# qiniu Bucket, You can't change
qiniu_bucket=
# Amazon S3 Bucket, You can't change
s3_bucket=
# The backup of the database, You can't change
db_name=
# The backup of the website, You can't change
website_name=
# oneinstack.tar.gz md5, You can't change
oneinstack_md5=