Set DATABASE_URL in integration tests
This commit is contained in:
parent
072e32da30
commit
b102534136
@ -151,6 +151,7 @@ local Integration(db) = {
|
||||
image: plumeEnv,
|
||||
environment: {
|
||||
BROWSER: "firefox",
|
||||
DATABASE_URL: if db == "postgres" then "postgres://plume@start-db/plume" else "plume.db",
|
||||
},
|
||||
commands: [
|
||||
// Install the front-end
|
||||
|
Loading…
Reference in New Issue
Block a user