feat: add single-port reverse proxy deployment support
This commit is contained in:
@@ -19,7 +19,7 @@ func Load() Config {
|
||||
return Config{
|
||||
AppEnv: getenv("APP_ENV", "development"),
|
||||
ServerHost: getenv("SERVER_HOST", "0.0.0.0"),
|
||||
ServerPort: getenv("SERVER_PORT", "4040"),
|
||||
ServerPort: getenv("SERVER_PORT", "5050"),
|
||||
DatabasePath: getenv("DATABASE_PATH", "./data/app.db"),
|
||||
EncryptionKey: getenv("APP_ENCRYPTION_KEY", "temporserv-dev-insecure-key"),
|
||||
ArtworkCacheDir: getenv("ARTWORK_CACHE_DIR", "./data/artwork"),
|
||||
|
||||
Reference in New Issue
Block a user