You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
250 B

  1. #this is required for diesel_cli to work
  2. DATABASE_URL=data/app.db
  3. ACTIX_DEMO_DATABASE_URL=${DATABASE_URL}
  4. ACTIX_DEMO_RUST_LOG=debug
  5. ACTIX_DEMO_TEST_RUST_LOG=debug
  6. ACTIX_DEMO_HTTP_HOST=127.0.0.1
  7. ACTIX_DEMO_HASH_COST=8
  8. ACTIX_DEMO_LOGGER_FORMAT=pretty