We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20ce32 commit e0b661eCopy full SHA for e0b661e
.gitignore
@@ -1,6 +1,7 @@
1
# Dev env
2
.idea/
3
.env
4
+env.bat
5
dbdata/
6
logs/*
7
!logs/.gitkeep
example.env.bat
@@ -11,7 +11,7 @@ rem @link https://www.apiopenstudio.com
11
rem General
12
set APP_NAME=apiopenstudio
13
set DOMAIN=apiopenstudio.local
14
-set SSL_CERT_DIR=./config/certs
+set SSL_CERT_DIR=.\config\certs
15
set PHP_VERSION=8.2
16
set TRAEFIK_VERSION=2.10
17
0 commit comments