mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-27 16:12:56 +00:00
10 lines
311 B
Bash
10 lines
311 B
Bash
#!/bin/bash
|
|
#
|
|
# NOTE: You must set the following environment variables before running this:
|
|
# BASIC_AUTH_PASSWORD - basic http auth password
|
|
# S3_ACCESSKEY
|
|
# S3_SECRET
|
|
|
|
|
|
S3_ENDPOINT=https://storage.googleapis.com S3_BUCKET=zenith-testbucket PATH=/home/heikki/pgsql-install/bin:$PATH flask run --host=0.0.0.0
|