buster/apps/momentic/momentic.config.yaml

13 lines
472 B
YAML
Raw Permalink Normal View History

2025-09-18 03:28:19 +08:00
name: buster
include:
- "**/*.test.yaml"
- "**/*.module.yaml"
environments:
- name: development
baseUrl: http://localhost:3000
envVariables:
2025-09-18 04:51:22 +08:00
EMAIL: "chad@buster.so"
2025-09-18 03:28:19 +08:00
PASSWORD: "password"
2025-09-24 01:48:07 +08:00
SUPABASE_URL: "http://localhost:54321/auth/v1/token?grant_type=password"
SUPABASE_ANON_KEY: "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0"