Add to git

This commit is contained in:
MrARM
2018-10-20 19:44:13 -05:00
commit 6f818c3c22
13 changed files with 14147 additions and 0 deletions

10
config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"TEST_SERVER_URL": "https://test-users.tinagtg.com",
"TEST_SOCKET_URL": "wss://test.tinagtg.com",
"PROD_SERVER_URL": "https://users.tinagtg.com",
"PROD_SOCKET_URL": "wss://play.tinagtg.com",
"endpoints": {
"register": "/parse/users"
}
}