init
This commit is contained in:
@@ -0,0 +1,89 @@
|
||||
# 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
|
||||
|
||||
mysql_install_dir=/usr/local/mysql
|
||||
mariadb_install_dir=/usr/local/mariadb
|
||||
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
|
||||
|
||||
redis_install_dir=/usr/local/redis
|
||||
|
||||
python_install_dir=/usr/local/python
|
||||
|
||||
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
|
||||
|
||||
# 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
|
||||
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] automatically generated, You can't change
|
||||
dbrootpwd='xlsr$lz2Slrl'
|
||||
|
||||
# [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=
|
||||
|
||||
# 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=
|
||||
Reference in New Issue
Block a user