Skip to content

Commit abd3d14

Browse files
committed
desters
1 parent 093de43 commit abd3d14

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

wsl/config.yml.dist

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
config:
2+
git:
3+
config:
4+
"user.name": ""
5+
"user.email": ""
6+
mariadb:
7+
root_password: ""
8+
system:
9+
username: "{{ lookup('env', 'USER') }}"
10+
# Add as many virtualhosts as needed - if a virtualhost already exists, it will be skipped
11+
# example.localhost is an example, you can remove it and add your own local domains
12+
virtualhosts:
13+
- "example.localhost"

0 commit comments

Comments
 (0)