Skip to content

Commit

Permalink
Update pubspec_alias_true.yaml
Browse files Browse the repository at this point in the history
modified the YAML file contents
  • Loading branch information
sachin-sandhu committed May 18, 2024
1 parent c3d5a4d commit f238d81
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pub/spec/fixtures/projects/yaml_alias/pubspec_alias_true.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
default: &default
adapter: info
pool: test
timeout: 5000
var1: info
var2: var5
var3: 1

development:
var4:
<<: *default
dir: db/development.info
dir: ls/var4.info

test:
var5:
<<: *default
dir: db/test.info
dir: ls/var5.info

production:
var6:
<<: *default
dir: db/production.info
dir: ls/var6.info

0 comments on commit f238d81

Please sign in to comment.