-
Notifications
You must be signed in to change notification settings - Fork 16
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 #14 from 0623FifiChang/main
Major updates
- Loading branch information
Showing
63 changed files
with
3,566 additions
and
857 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 |
---|---|---|
|
@@ -150,3 +150,6 @@ dist | |
.yarn/build-state.yml | ||
.yarn/install-state.gz | ||
.pnp.\* | ||
|
||
# Folder to store user pictures | ||
/uploads |
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 @@ | ||
# .env default file | ||
|
||
# rabbitmq_service、mysql_service是在docker-compose.yml中建立好的rabbit和Mysql服務 | ||
|
||
# """ | ||
# Parameters used to build the Docker image for the backend (2023aiotlab/api_server). | ||
# """ | ||
|
||
# RabbitMQ connection parameters | ||
RABBITMQ_SERVICE_SERVICE_HOST=rabbitmq_service | ||
RABBITMQ_SERVICE_SERVICE_PORT=5672 | ||
RABBITMQ_SERVICE_USER=guest | ||
RABBITMQ_SERVICE_PASSWORD=guest | ||
|
||
# MySQL connection parameters | ||
MYSQL_SERVICE_SERVICE_HOST=mysql_service | ||
MYSQL_SERVICE_SERVICE_PORT=3306 | ||
MYSQL_SERVICE_USER=user | ||
MYSQL_SERVICE_PASSWORD=mysql | ||
|
||
MYSQL_ROOT_PASSWORD=password | ||
|
||
# HOST 需使用ip或域名,不可使用localhost或127.0.0.1 |
Binary file not shown.
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
Oops, something went wrong.