# This file is used to set environment variables for local development purposes
# https://serverfault.com/questions/540328/is-there-a-utility-to-read-environment-variables-from-an-env-file-and-then-run-a
# sh -ac ' . ./.env; /usr/local/bin/someprogram'
XOXO_WEBSERVER_ADDR=127.0.0.1:8080
XOXO_SPOTIFY_CLIENT_ID=
XOXO_SPOTIFY_CLIENT_SECRET=
XOXO_ALCHEMY_API_KEY=
XOXO_DB_HOST=localhost
XOXO_DB_PORT=5432
XOXO_DB_USER=testuser
XOXO_DB_PASSWORD=test
XOXO_DB_NAME=testdb