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
MOTHERSHIP_MIGRATIONS_DIR=/path/to/dist/mothership-app/migrations
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
PH_BIN_CACHE=/path/to/.pbincache
PH_BIN_CACHE=/path/to/.pockethost/pbincache
PH_FTP_PORT=21
SSL_KEY=/path/to/pockethost.key
SSL_CERT=/path/to/pockethost.crt

3
.gitignore vendored
View File

@ -12,4 +12,5 @@ osx
pocketbase
.svelte-kit
live-data
dist
dist
.pockethost