# x2godb.conf # Copyright 2009 John A. Sullivan III - SSI Services, LP # Version 0: March 24, 2009 - John Sullivan # 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)" SCHEMA= # DBUSER defaults to postgres (optional) #DBUSER="$(hostname)" DBUSER= # If the database server is remote and uses a non-standard SSH port, # set the port number here SSHPORT=22