config: Move databases into a "databases" directory, which is properly gitignored.
This commit is contained in:
parent
43359585e1
commit
3885129cb2
4 changed files with 5 additions and 1 deletions
|
@ -56,4 +56,4 @@ roles:
|
|||
max: 399999999
|
||||
engine:
|
||||
type: yaml
|
||||
foldername: ttdev_db
|
||||
foldername: ../databases/astrondb
|
||||
|
|
|
@ -5,6 +5,8 @@ server-version dev
|
|||
dc-file config/toon.dc
|
||||
dc-file config/otp.dc
|
||||
|
||||
accountdb-local-file databases/csm-cookies.db
|
||||
|
||||
account-server-endpoint https://www.toontownrewritten.com/api/gameserver/
|
||||
|
||||
default-model-extension .bam
|
||||
|
|
1
databases/.gitignore
vendored
Normal file
1
databases/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.db
|
1
databases/astrondb/.gitignore
vendored
Normal file
1
databases/astrondb/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.yaml
|
Loading…
Reference in a new issue