-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
58 lines (50 loc) · 1.47 KB
/
.env.sample
File metadata and controls
58 lines (50 loc) · 1.47 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Project Configuration
PROJECT_NAME="tribe"
CONTACT_EMAIL="your-name@your-collective.org"
MYSQL_ROOT_PASSWORD="rootpassword"
# Config for Tribe and Junction
DISPLAY_ERRORS=false
DEFAULT_TIMEZONE="Asia/Kolkata"
# Tribe settings 12000/12001
TRIBE_BARE_URL="tribe.localhost"
TRIBE_URL="http://tribe.localhost:12000"
TRIBE_PORT=12000
TRIBE_PORT_SSL=12001
# Junction settings 12002/12003
JUNCTION_BARE_URL="junction.localhost"
JUNCTION_URL="http://junction.localhost:12002"
JUNCTION_SLUG="junction"
JUNCTION_PASSWORD="password"
TRIBE_API_URL="http://tribe.localhost:12000"
TRIBE_API_KEY=""
JUNCTION_PORT=12002
JUNCTION_PORT_SSL=12003
PLAUSIBLE_AUTH=""
PLAUSIBLE_DOMAIN=""
HIDE_POSTCODE_ATTRIBUTION="false"
# Static hosting settings 12012/12013
DIST_BARE_URL="dist.localhost"
DIST_URL="http://dist.localhost:12012"
DIST_PORT=12012
DIST_PORT_SSL=12013
# Dist PHP hosting settings 12004/12005
DIST_PHP_BARE_URL="dist-php.localhost"
DIST_PHP_URL="http://dist-php.localhost:12004"
DIST_PHP_PORT=12004
DIST_PHP_PORT_SSL=12005
# Syncthing Configuration 12006/12007
SYNCTHING_PORT=12006
SYNCTHING_GUI_USER="admin"
SYNCTHING_GUI_PASSWORD="password"
SYNCTHING_DEFAULT_FOLDER_PATH=~
SYNCTHING_URL="http://syncthing.localhost:12006"
# MySQL database settings (connects to tribe-server MySQL)
DB_NAME="tribe_db"
DB_USER="tribe_user"
DB_PASS="userpassword"
DB_HOST="tribe_mysql_server"
DB_PORT=3306
# phpMyAdmin settings
PHPMYADMIN_URL="http://phpmyadmin.localhost:12008"
PHPMYADMIN_PORT=12008
PHPMYADMIN_PORT_SSL=12009