Compare commits
3 Commits
be69d5774d
...
8321345030
Author | SHA1 | Date | |
---|---|---|---|
8321345030 | |||
b665857921 | |||
925d17d22c |
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -30,8 +30,8 @@
|
||||
"titleBar.inactiveBackground": "#02972799",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveForeground": "#e7e7e799",
|
||||
"statusBar.background": "#ff9900",
|
||||
"statusBarItem.hoverBackground": "#ff9900",
|
||||
"statusBar.background": "#d68100",
|
||||
"statusBarItem.hoverBackground": "#c77700",
|
||||
"statusBar.foreground": "#000000"
|
||||
}
|
||||
}
|
@ -113,12 +113,11 @@ export BTCPAYSERVER_BACKUP_DISK_SIZE_GB=5
|
||||
export BTCPAYSERVER_DOCKER_DISK_SIZE_GB=30
|
||||
|
||||
export REGISTRY_URL="https://index.docker.io/v1"
|
||||
export PRIMARY_DOMAIN=
|
||||
|
||||
# this is the git commit of the project/ sub git repo.
|
||||
# used in the migration script to switch into past for backup
|
||||
# then back to present (TARGET_PROJECT_GIT_COMMIT) for restore.
|
||||
export TARGET_PROJECT_GIT_COMMIT=f05daa9bfb11242eab920fdc4dd490d9bfdd6fbb
|
||||
export TARGET_PROJECT_GIT_COMMIT=e1754181484007b79ac10aa2f0dd1cd5035b5763
|
||||
|
||||
#
|
||||
export TESTNET_BLOCK_HASH=00000000d8277ba1ca66b40b3e3476629e6f0f97c5b8cfaeabfe402e55db223a
|
||||
|
@ -24,6 +24,7 @@ fi
|
||||
|
||||
source "$PROJECT_DEFINITION_PATH"
|
||||
|
||||
export PRIMARY_DOMAIN="$PRIMARY_DOMAIN"
|
||||
export PRIMARY_SITE_DEFINITION_PATH="$SITES_PATH/$PRIMARY_DOMAIN/site.conf"
|
||||
|
||||
if [ ! -f "$PRIMARY_SITE_DEFINITION_PATH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user