-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdefault.env
44 lines (42 loc) · 1.73 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Don't touch this file, if you needed to update parameters, use local.env file.
#
# Autoheal container label for monitoring
AUTOHEAL_CONTAINER_LABEL=all
# Autoheal start period in seconds
AUTOHEAL_START_PERIOD=10
# Code folder that contains files that the user will be modifying in both the host and the container.
# Permissions should be taken care of using various workarounds to make sure the user can always change the content of this folder on the host.
CODE_DIR=./code
# Configurations
CONFIG_DIR=./config
# Backups
BACKUP_DIR=./backup
# Language variable
LANG=fr_FR.UTF-8
# Timezone setting
TZ=Europe/Paris
# Name for the promo if not setted
VPN_NAME=myself
# Local IP address for VPN
VPN_LOCAL_IP=10.200.0.254
# Local port for VPN
# Network address and wildcard for VPN
VPN_NETWORK=10.0.0.0/22
VPN_WILDCARD=22
# Private IP address for VPN
VPN_PRIV_IP=10.0.0.1
# List of extensions for vscode, separated by |
# Original teleporter list : https://github.com/O-clock-Dev/TeleporterV8/blob/master/ansible/roles/code-editor/files/vscode-extensions.sh
VSCODE_EXTENSIONS_LIST=aaron-bond.better-comments|bierner.markdown-preview-github-styles|bmewburn.vscode-intelephense-client|dbaeumer.vscode-eslint|DavidAnson.vscode-markdownlint|dracula-theme.theme-dracula|EditorConfig.EditorConfig|file-icons.file-icons|MS-vsliveshare.vsliveshare|MS-CEINTL.vscode-language-pack-fr|ph-hawkins.arc-plus|stylelint.vscode-stylelint|wayou.vscode-todo-highlight|whatwedo.twig|yzhang.markdown-all-in-one
# Directory for web-related files
WEB_DIR=www
# Public directory within the web directory
WEB_PUBLIC_DIR=./www/public
# MariaDB root password
MARIADB_ROOT_PASSWORD=root
# PGSQL
POSTGRES_PASSWORD=js4life
# MongoDB
MONGO_INITDB_ROOT_USERNAME=root
MONGO_INITDB_ROOT_PASSWORD=root