mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: refactor data and bincache folders
This commit is contained in:
parent
faabb394cd
commit
e3422c74c7
2
.data/.gitignore
vendored
2
.data/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitignore
|
@ -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
3
.gitignore
vendored
@ -12,4 +12,5 @@ osx
|
||||
pocketbase
|
||||
.svelte-kit
|
||||
live-data
|
||||
dist
|
||||
dist
|
||||
.pockethost
|
Loading…
x
Reference in New Issue
Block a user