-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.yml
More file actions
33 lines (27 loc) · 1010 Bytes
/
config.yml
File metadata and controls
33 lines (27 loc) · 1010 Bytes
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
# Frappe VPS Setup Configuration
# Server Configuration (MANDATORY)
server:
ip_address: "78.47.136.133" # REQUIRED: IP address of your VPS server
timezone: "Asia/Kolkata"
swap_size: "3G" # https://help.ubuntu.com/community/SwapFaq
# User Configuration
user:
username: "root" # Default username (optional, defaults to root)
password: "" # Will be generated if empty
# Database Configuration
database:
mariadb_version: "10.11" # MariaDB version to install
root_password: "" # Will be generated if empty
# Frappe/ERPNext Configuration
frappe:
username: "resilient" # Default frappe system user (optional, defaults to resilient)
version: "develop"
bench_name: "gurjar-bench" # Name of the bench directory (optional, defaults to resilient-bench)
# "A" record to IP is expected to be present!!
site_name: "gurjar.resilient.tech"
admin_password: "" # Will be generated if empty
install_erpnext: false
# SSL Configuration
ssl:
enabled: true
email: "admin@resilient.tech"