Skip to content

Commit

Permalink
Merge pull request #809 from traPtitech/env-file
Browse files Browse the repository at this point in the history
.env.example書いた
  • Loading branch information
H1rono authored Nov 20, 2024
2 parents 3e819c2 + d089c23 commit d35d173
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
MARIADB_HOSTNAME=localhost
MARIADB_USERNAME=root
MARIADB_PASSWORD=password
MARIADB_DATABASE=jomon
MARIADB_PORT=3306
IS_DEBUG_MODE=true
UPLOAD_DIR=./uploads
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ make down

## Staging

1. Set .env file.
1. Set `.env` file. You can refer to `.env.example` as an example.

- `IS_DEBUG_MODE`: Set `true` if you want to run the server in debug mode, otherwise do not set this variable.
- `PORT`: Port number for Jomon staging server
Expand Down

0 comments on commit d35d173

Please sign in to comment.