Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export NO_SCHEMA_DUMP=1
export ROOT_URL=http://localhost:2016
export PORT=2016
export MAILGUN_DOMAIN=xyz
export MAILGUN_API_KEY=LOCALHOST
export MAILGUN_SENDER=oj@example.com
export SPACES_KEY=username
export SPACES_SECRET=password
export SPACES_ENDPOINT=localhost:9000
export OPENAI_API_KEY=bogus
2 changes: 0 additions & 2 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export NO_SCHEMA_DUMP=1
export SQLITE_DB=:memory:
export ROOT_URL=http://localhost:2001
export PORT=2001
export MAILGUN_DOMAIN=xyz
Expand Down
2 changes: 0 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ processes = []
[env]
PORT = "8080"
ROOT_URL = "https://kable.ca"
SQLITE_DB = "/data/oj_production.db"
NO_SCHEMA_DUMP = "1"

[experimental]
auto_rollback = true
Expand Down