Initialize server 3301 config repository.
Add the initial gamedata manifest so target servers can clone and sync runtime data during deployment.
This commit is contained in:
commit
889d5dc964
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.DS_Store
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
9
gamedata/manifest.json
Normal file
9
gamedata/manifest.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"server_id": 3301,
|
||||||
|
"version": "1",
|
||||||
|
"release": "",
|
||||||
|
"generated_at": "",
|
||||||
|
"git_branch": "main",
|
||||||
|
"datasets": {},
|
||||||
|
"hashes": {}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user