Renamed .env in .env.example

This commit is contained in:
Sergei Solovev 2024-03-18 00:07:17 +03:00
parent d26088ab28
commit 390cb600f4
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,6 @@ DB_PASSWORD="enginegp_pwd"
# Settings of the "Control" service
# The IP address of the site
APP_IP="127.0.0.1"
APP_IP="192.168.1.1"
# Site subnet
APP_SUBNET="127.0.0.1.0/23"
APP_SUBNET="192.168.1.0/24"

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
.idea
.vscode
.env
vendor
composer.phar