forked from sakura-tel/milkey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
update.default.env
32 lines (24 loc) · 1.36 KB
/
update.default.env
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
# これは Groundpolis Update Tools のデフォルト設定ファイルです。
# このファイルを update.env という名前でコピーし、それを編集してください。
# ※直接編集しないでください※
# This is a default setting file for Groundpolis Update Tools.
# Copy this file as "update.env" and edit it.
# DO NOT EDIT THIS FILE DIRECTLY!
# --- 必要ならコメントアウトを解除する。
# --- If needed, uncomment this.
# NODE_OPTIONS="--max-old-space-size=2048"
# --- Groundpolis の systemd ユニット名を設定する。
# --- コメントアウトした場合、ツールはGroundpolisを再起動しない。
# --- Set your systemd-unit name of Groundpolis.
# --- By comment this out, the tool won't restart groundpolis.
SYSTEMD_GROUNDPOLIS="groundpolis"
# --- nginx の systemd ユニット名を設定する。
# --- コメントアウトした場合、ツールはnginxを再起動しない。
# --- Set your systemd-unit name of nginx.
# --- By comment this out, the tool won't restart nginx.
SYSTEMD_NGINX="nginx"
# --- Elasticsearch の systemd ユニット名を設定する。
# --- コメントアウトした場合、ツールはErasticsearchを再起動しない。
# --- Set your systemd-unit name of Erasticsearch.
# --- By comment this out, the tool won't restart Erasticsearch.
# SYSTEMD_ERASTICSEARCH="erasticsearch"