-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbuild.dist.properties
More file actions
38 lines (33 loc) · 1.35 KB
/
build.dist.properties
File metadata and controls
38 lines (33 loc) · 1.35 KB
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
# Build properties template for Proclaim development
# -------------------------------------------------------
# This file is the canonical template. To customize for your environment:
# cp build.dist.properties build.properties
# Then edit build.properties -- it is gitignored and never committed.
# Or run: composer setup (interactive wizard)
# REQUIRED: Full path(s) to your Joomla installation(s)
# Use builder.joomla_paths (plural) for multiple installations (comma-separated)
# The singular builder.joomla_path is also supported for backward compatibility
builder.joomla_paths=/path/to/joomla5,/path/to/joomla6
# OPTIONAL: Subdirectory within each Joomla path (usually empty)
builder.joomla_dir=
# Default Joomla version for testing and installation
# When installing, you can choose a different version per path
joomla.version=5.4.2
# Joomla 5 development site
builder.j5dev.url=https://j5-dev.local:8890
builder.j5dev.db_host=localhost
builder.j5dev.db_user=
builder.j5dev.db_pass=
builder.j5dev.db_name=
builder.j5dev.username=admin
builder.j5dev.password=admin
builder.j5dev.email=admin@example.com
# Joomla 6 development site
builder.j6dev.url=https://j6-dev.local:8890
builder.j6dev.db_host=localhost
builder.j6dev.db_user=
builder.j6dev.db_pass=
builder.j6dev.db_name=
builder.j6dev.username=admin
builder.j6dev.password=admin
builder.j6dev.email=admin@example.com