mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 19:54:47 +00:00
handle proper version info parsing
This commit is contained in:
6
config/compatibility.json
Normal file
6
config/compatibility.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"0.1.0": "1.0.0",
|
||||
"0.1.1": "1.0.0",
|
||||
"0.1.2": "1.1.0",
|
||||
"0.1.3": "1.1.0"
|
||||
}
|
||||
@@ -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