-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ed3ade
commit d8e67f7
Showing
4 changed files
with
97 additions
and
8 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,36 @@ | ||
# Image | ||
TAG=dev | ||
|
||
# profile (The value of profile can be dev or not) | ||
PROFILES_ACTIVE= | ||
|
||
# Database | ||
DATABASE_USERNAME=root | ||
DATABASE_PASSWORD=123456 | ||
|
||
# Application url | ||
URL=http://localhost:3000 | ||
|
||
# Application name | ||
NAME=Youdeyiwu | ||
|
||
# Application description | ||
DESCRIPTION=Youdeyiwu is an open-source lightweight forum | ||
|
||
# Interface address | ||
API_SERVER=http://localhost:8080 | ||
|
||
# Is it an HTTPS site | ||
IS_HTTPS_SITE=false | ||
|
||
# Allowed source domain(s) for sending requests, multiple domains separated by commas | ||
SERVER_ACTIONS_ALLOWED_ORIGINS= | ||
|
||
# Set the remotePatterns to allow images, in the format of an array | ||
# IMAGES_REMOTE_PATTERNS_0_PROTOCOL=https | ||
# IMAGES_REMOTE_PATTERNS_0_HOSTNAME=example.com | ||
# IMAGES_REMOTE_PATTERNS_0_PORT= | ||
# IMAGES_REMOTE_PATTERNS_0_PATHNAME=** | ||
|
||
# Other | ||
SHOW_FOOTER=true |
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 @@ | ||
# hosting | ||
|
||
The docker-compose.yml file in this directory can quickly deploy the frontend and backend of the project, providing a similar experience to a testing environment. | ||
|
||
If you need to deploy it in a production environment, you will need to modify the relevant parameters according to the requirements. |
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