Skip to content

sneaql.env

jeremywinters edited this page Apr 15, 2017 · 1 revision

sneaql.env file specification

A sneaql.env file is used to simplify the storage of environment variables required by SneaQL at runtime. The file can be structured as follows:

SNEAQL_JDBC_URL=jdbc:redshift://sneaql.us-west-2.redshift.amazonaws.com:5439/sneaql
SNEAQL_DB_USER=dbadmin
SNEAQL_DB_PASS=PaZZwurd

NOTE you should NEVER check a sneaql.env file into your source control system.