Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 759d09b

Browse files
add .env.mysql.example
1 parent e7cce2b commit 759d09b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cspell.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"/.gitignore",
1111
"/api/src/go.mod",
1212
"/api/src/go.sum",
13-
"*/.env.*"
13+
"./mysql/.env.mysql.example"
1414
]
1515
}

mysql/.env.mysql.example

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
MYSQL_ROOT_PASSWORD=rootpassword
2+
MYSQL_DATABASE=nfc-entry-management-db
3+
MYSQL_USER=admin
4+
MYSQL_PASSWORD=password
5+
LANG=ja_JP.UTF-8
6+
TZ=Asia/Tokyo

0 commit comments

Comments
 (0)