We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f02e6 commit c305e58Copy full SHA for c305e58
2 files changed
.gitignore
@@ -2,4 +2,5 @@ bin/
2
obj/
3
/packages/
4
riderModule.iml
5
-/_ReSharper.Caches/
+/_ReSharper.Caches/
6
+.idea
compose.yaml
@@ -60,9 +60,6 @@
60
defaultCertificate:
61
certFile: /certs/local.crt
62
keyFile: /certs/local.key"
63
- environment:
64
- - "USER=Admin"
65
- - "PASSWORD=123456"
66
volumes:
67
- "Config:/config"
68
0 commit comments