gitignore 수정
This commit is contained in:
parent
aa0f339f27
commit
79cb8019ac
2 changed files with 13 additions and 4 deletions
13
.env
Normal file
13
.env
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Minecraft Mod API URL
|
||||||
|
MOD_API_URL=http://minecraft-server:8080
|
||||||
|
|
||||||
|
# MariaDB 설정 (minecraft 전용 계정)
|
||||||
|
DB_HOST=mariadb
|
||||||
|
DB_USER=minecraft
|
||||||
|
DB_PASSWORD=Kx9@mPq2!vLn8^Yw
|
||||||
|
DB_NAME=minecraft
|
||||||
|
|
||||||
|
# RustFS (S3 호환 스토리지) 설정
|
||||||
|
S3_ENDPOINT=http://rustfs:9000
|
||||||
|
S3_ACCESS_KEY=lFMQ5ncyAvXRgzHrUpua
|
||||||
|
S3_SECRET_KEY=e67PK9zt4fnFSd21sIkxlW3gLqrNmGDHwouciOvE
|
||||||
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,10 +1,6 @@
|
||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# Environment
|
|
||||||
.env
|
|
||||||
.env.local
|
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue