1
1

Compare commits

..

3 Commits

Author SHA1 Message Date
8321345030
Update adjust vscode color. 2023-04-06 15:10:35 -04:00
b665857921
Update project ref. 2023-04-06 15:09:38 -04:00
925d17d22c
Update project ref. 2023-04-06 11:14:32 -04:00
3 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@
"titleBar.inactiveBackground": "#02972799", "titleBar.inactiveBackground": "#02972799",
"titleBar.activeForeground": "#e7e7e7", "titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799", "titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#ff9900", "statusBar.background": "#d68100",
"statusBarItem.hoverBackground": "#ff9900", "statusBarItem.hoverBackground": "#c77700",
"statusBar.foreground": "#000000" "statusBar.foreground": "#000000"
} }
} }

View File

@ -113,12 +113,11 @@ export BTCPAYSERVER_BACKUP_DISK_SIZE_GB=5
export BTCPAYSERVER_DOCKER_DISK_SIZE_GB=30 export BTCPAYSERVER_DOCKER_DISK_SIZE_GB=30
export REGISTRY_URL="https://index.docker.io/v1" export REGISTRY_URL="https://index.docker.io/v1"
export PRIMARY_DOMAIN=
# this is the git commit of the project/ sub git repo. # this is the git commit of the project/ sub git repo.
# used in the migration script to switch into past for backup # used in the migration script to switch into past for backup
# then back to present (TARGET_PROJECT_GIT_COMMIT) for restore. # 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 export TESTNET_BLOCK_HASH=00000000d8277ba1ca66b40b3e3476629e6f0f97c5b8cfaeabfe402e55db223a

View File

@ -24,6 +24,7 @@ fi
source "$PROJECT_DEFINITION_PATH" source "$PROJECT_DEFINITION_PATH"
export PRIMARY_DOMAIN="$PRIMARY_DOMAIN"
export PRIMARY_SITE_DEFINITION_PATH="$SITES_PATH/$PRIMARY_DOMAIN/site.conf" export PRIMARY_SITE_DEFINITION_PATH="$SITES_PATH/$PRIMARY_DOMAIN/site.conf"
if [ ! -f "$PRIMARY_SITE_DEFINITION_PATH" ]; then if [ ! -f "$PRIMARY_SITE_DEFINITION_PATH" ]; then