Skip to content

Commit e0b661e

Browse files
author
laughing_man77
committed
Missed example.env.bat too. Ref #8
1 parent e20ce32 commit e0b661e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Dev env
22
.idea/
33
.env
4+
env.bat
45
dbdata/
56
logs/*
67
!logs/.gitkeep

example.env.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rem @link https://www.apiopenstudio.com
1111
rem General
1212
set APP_NAME=apiopenstudio
1313
set DOMAIN=apiopenstudio.local
14-
set SSL_CERT_DIR=./config/certs
14+
set SSL_CERT_DIR=.\config\certs
1515
set PHP_VERSION=8.2
1616
set TRAEFIK_VERSION=2.10
1717

0 commit comments

Comments
 (0)