mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
.env secret key defaults to project path
This commit is contained in:
parent
f2c3c84f46
commit
d2eae73b0b
@ -74,8 +74,8 @@ export const SETTINGS = {
|
||||
PH_BIN_CACHE: mkPath(join(_PH_HOME, '.pbincache')),
|
||||
|
||||
PH_FTP_PORT: mkNumber(21),
|
||||
SSL_KEY: mkPath(join(_PH_HOME, `pockethost.key`)),
|
||||
SSL_CERT: mkPath(join(_PH_HOME, `pockethost.crt`)),
|
||||
SSL_KEY: mkPath(join(_PH_PROJECT_ROOT, `ssl`, `pockethost.test.key`)),
|
||||
SSL_CERT: mkPath(join(_PH_PROJECT_ROOT, `ssl`, `pockethost.test.crt`)),
|
||||
PH_FTP_PASV_IP: mkString(`0.0.0.0`),
|
||||
PH_FTP_PASV_PORT_MIN: mkNumber(10000),
|
||||
PH_FTP_PASV_PORT_MAX: mkNumber(20000),
|
||||
|
Loading…
x
Reference in New Issue
Block a user