-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from EngineGPDev/develop
Upgrade to 3.7.1.4
- Loading branch information
Showing
1,782 changed files
with
18,744 additions
and
199,952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Basic Settings | ||
# Panel operation mode. (dev or prod) | ||
RUN_MODE="prod" | ||
# Site protocol http:// or https:// | ||
APP_PROTOCOL="http://" | ||
# The URL of the site | ||
APP_URL="example.com" | ||
# The name of the site | ||
APP_NAME="EngineGP" | ||
# Site Description | ||
APP_DESCRIPTION="EngineGP" | ||
|
||
# Database Connection Settings | ||
DB_HOST="127.0.0.1" | ||
DB_DATABASE="enginegp_db" | ||
DB_USERNAME="enginegp_usr" | ||
DB_PASSWORD="enginegp_pwd" | ||
|
||
# Settings of the "Control" service | ||
# The IP address of the site | ||
APP_IP="192.168.1.1" | ||
# Site subnet | ||
APP_SUBNET="192.168.1.0/24" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.idea | ||
.vscode | ||
.env | ||
vendor | ||
composer.phar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.