mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
handle proper version info parsing
This commit is contained in:
@@ -36,7 +36,7 @@ registry-hostname: "_env:REGISTRY_HOSTNAME:registry.start9labs.com"
|
||||
database:
|
||||
database: "_env:PG_DATABASE:start9_registry"
|
||||
poolsize: "_env:PG_POOL_SIZE:2"
|
||||
user: "_env:PG_USER:"
|
||||
password: "_env:PG_PASSWORD:"
|
||||
user: "_env:PG_USER:user"
|
||||
password: "_env:PG_PASSWORD:password"
|
||||
host: "_env:PG_HOST:localhost"
|
||||
port: "_env:PG_PORT:5432"
|
||||
Reference in New Issue
Block a user