Skip to content

Commit e0070c1

Browse files
author
laughing_man77
committed
Update the MYSQL_HOST var in example.env.
1 parent 6f8d4e4 commit e0070c1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.idea/
22
.env
33
certs/
4-
logs/
5-
dbdata/
4+
logs/*
5+
!logs/.gitkeep
6+
dbdata/

example.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ADMIN_DOMAIN=admin.apiopenstudio.local
2323

2424
PHPDOC_DOMAIN=phpdoc.apiopenstudio.local
2525

26-
MYSQL_HOST=mariadb
26+
MYSQL_HOST=apiopenstudio-db
2727
MYSQL_DATABASE=apiopenstudio
2828
MYSQL_USER=apiopenstudio
2929
MYSQL_PASSWORD=apiopenstudio

logs/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)