abdulkareemakn 修订了这个 Gist 1 month ago. 转到此修订
1 file changed, 16 insertions
grimmory.env(文件已创建)
| @@ -0,0 +1,16 @@ | |||
| 1 | + | # Grimmory Application Settings | |
| 2 | + | APP_USER_ID=1000 | |
| 3 | + | APP_GROUP_ID=1000 | |
| 4 | + | TZ=Etc/UTC | |
| 5 | + | BOOKLORE_PORT=6060 | |
| 6 | + | ||
| 7 | + | # Database Connection (Grimmory) | |
| 8 | + | DATABASE_URL=jdbc:mariadb://mariadb:3306/grimmory | |
| 9 | + | DB_USER=grimmory | |
| 10 | + | DB_PASSWORD=password | |
| 11 | + | ||
| 12 | + | # MariaDB Container Settings | |
| 13 | + | DB_USER_ID=1000 | |
| 14 | + | DB_GROUP_ID=1000 | |
| 15 | + | MYSQL_ROOT_PASSWORD=rootpassword | |
| 16 | + | MYSQL_DATABASE=grimmory | |
上一页
下一页