PostgreSQL - /etc/postgresql/17/main/environment
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original environmentConfiguration File Information
Authentic & Original
Unaltered environment from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 11 (Bullseye),
Debian 12 (Bookworm)
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
โ Different versions:
Debian:
Ubuntu:
Configuration File Content
8 lines
# environment variables for postgres processes
# This file has the same syntax as postgresql.conf:
# VARIABLE = simple_value
# VARIABLE2 = 'any value!'
# I. e. you need to enclose any value which does not only consist of letters,
# numbers, and '-', '_', '.' in single quotes. Shell commands are not
# evaluated.
Download Commands
environment โข
Download the 100% original unaltered configuration file pulled from PostgreSQL
Using wget:
wget -O environment.example https://exampleconfig.com/api/v1/config/original/a567730a646c4afdfc5cea58aa4bd49a?hint=environment
Using curl:
curl https://exampleconfig.com/api/v1/config/original/a567730a646c4afdfc5cea58aa4bd49a?hint=environment > environment.example