PostgreSQL - /etc/postgresql/9.6/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: Debian 9 (Stretch)
โ Also compatible:
โ Different versions:
Debian:
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