ssh enabled only for DEV environments (others are behind proxy)

This commit is contained in:
Dobromir Popov
2024-02-23 20:38:23 +02:00
parent e7d127f1ed
commit d8f08b9234
2 changed files with 4 additions and 3 deletions

3
.env.dev Normal file
View File

@ -0,0 +1,3 @@
SSL_ENABLED=true
SSL_KEY=./certificates/localhost-key.pem
SSL_CERT=./certificates/localhost.pem