# x2godb.conf # Copyright 2009-2010 John A. Sullivan III - Pacifera, LP # Version 0: March 24, 2009 - John Sullivan # Version 1: March 6, 2010 - John Sullivan: replace "." with "___" # This file is used to set the X2Go database parameters. # DBNAME defaults to x2go_sessions (optional) DBNAME= # SCHEMA defaults to "" (required if using a shared database) #SCHEMA="$(hostname) | sed 's/\./___/g'" # "." is the PostgreSQL schema delimiter SCHEMA= # DBUSER defaults to postgres (optional) #DBUSER="$(hostname) | sed 's/\./___/g'" DBUSER= # If the database server is remote and uses a non-standard SSH port, # set the port number here SSHPORT=22