config: Move databases into a "databases" directory, which is properly gitignored.

This commit is contained in:
Sam Edwards 2013-10-16 10:04:45 -06:00
parent 43359585e1
commit 3885129cb2
4 changed files with 5 additions and 1 deletions

View file

@ -56,4 +56,4 @@ roles:
max: 399999999
engine:
type: yaml
foldername: ttdev_db
foldername: ../databases/astrondb

View file

@ -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
View file

@ -0,0 +1 @@
*.db

1
databases/astrondb/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.yaml