We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ef98 commit 411bb07Copy full SHA for 411bb07
mamonsu/tools/bootstrap/start.py
@@ -83,6 +83,7 @@ def __init__(self):
83
os.environ['PGUSER'] = self.args.username
84
os.environ['PGPASSWORD'] = self.args.password
85
os.environ['PGHOST'] = self.args.hostname
86
+ os.environ['PGPORT'] = self.args.port
87
os.environ['PGDATABASE'] = self.args.dbname
88
os.environ['PGAPPNAME'] = 'mamonsu deploy'
89
0 commit comments