clone of github.com/decent-newsroom/newsroom
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.
 
 
 
 
 
 

8 lines
267 B

# Test environment configuration
APP_ENV=test
APP_SECRET=test_secret_key_for_testing_only
DATABASE_URL="sqlite:///:memory:"
MERCURE_URL=https://localhost/.well-known/mercure
MERCURE_PUBLIC_URL=https://localhost/.well-known/mercure
MERCURE_JWT_SECRET=test_jwt_secret