# Add only non-sensitive local environment variables here so all team members can use them with minimal setup # For sensitive local environment variables, use .env and explain to team members how to set them, ideally with a .env.example NODE_ENV=development DEBUG_LEVEL=info AF_DEBUG_LEVEL=info DB_DEBUG_LEVEL=info DATABASE_URL={{{dbUrl}}} {{#if prismaDbUrl}} PRISMA_DATABASE_URL={{{prismaDbUrl}}} {{/if}}