Add some nice env vars

This commit is contained in:
Lewis
2025-12-09 19:27:52 +02:00
parent 80cee7e6f8
commit 85eb0108fb
2 changed files with 28 additions and 0 deletions

View File

@@ -12,3 +12,9 @@ AWS_SECRET_ACCESS_KEY=minioadmin
# The public-facing hostname of the PDS
PDS_HOSTNAME=localhost:3000
PLC_URL=plc.directory
CARGO_MOMMYS_LITTLE=mister
CARGO_MOMMYS_PRONOUNS=his
CARGO_MOMMYS_ROLES=daddy
CARGO_MOMMYS_EMOTES="🚛/🧱/🚜/🔩/🦺"
CARGO_MOMMYS_MOODS=ominous

View File

@@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "SELECT record_cid FROM records WHERE repo_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "record_cid",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "ef80f18f4b063df44bbe9bc4a382aabd2cf240669df450be8eeb814a79cb80c7"
}