We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093de43 commit abd3d14Copy full SHA for abd3d14
wsl/config.yml.dist
@@ -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