mirror of https://github.com/buster-so/buster.git
11 lines
215 B
YAML
11 lines
215 B
YAML
|
name: buster
|
||
|
include:
|
||
|
- "**/*.test.yaml"
|
||
|
- "**/*.module.yaml"
|
||
|
environments:
|
||
|
- name: development
|
||
|
baseUrl: http://localhost:3000
|
||
|
envVariables:
|
||
|
USERNAME: "chad@buster.so"
|
||
|
PASSWORD: "password"
|