chore: refactor data and bincache folders

This commit is contained in:
Ben Allfree 2023-11-06 18:42:13 -08:00
parent faabb394cd
commit e3422c74c7
3 changed files with 4 additions and 5 deletions

2
.data/.gitignore vendored
View File

@ -1,2 +0,0 @@
*
!.gitignore

View File

@ -11,9 +11,9 @@ MOTHERSHIP_PORT=8091
DAEMON_PB_IDLE_TTL=5000 DAEMON_PB_IDLE_TTL=5000
MOTHERSHIP_MIGRATIONS_DIR=/path/to/dist/mothership-app/migrations MOTHERSHIP_MIGRATIONS_DIR=/path/to/dist/mothership-app/migrations
MOTHERSHIP_HOOKS_DIR=/path/to/dist/mothership-app/pb_hooks MOTHERSHIP_HOOKS_DIR=/path/to/dist/mothership-app/pb_hooks
DAEMON_DATA_ROOT=/path/to/.data DAEMON_DATA_ROOT=/path/to/.pockethost/data
DAEMON_INITIAL_PORT_POOL_SIZE=20 DAEMON_INITIAL_PORT_POOL_SIZE=20
PH_BIN_CACHE=/path/to/.pbincache PH_BIN_CACHE=/path/to/.pockethost/pbincache
PH_FTP_PORT=21 PH_FTP_PORT=21
SSL_KEY=/path/to/pockethost.key SSL_KEY=/path/to/pockethost.key
SSL_CERT=/path/to/pockethost.crt SSL_CERT=/path/to/pockethost.crt

1
.gitignore vendored
View File

@ -13,3 +13,4 @@ pocketbase
.svelte-kit .svelte-kit
live-data live-data
dist dist
.pockethost