Skip to content

Commit

Permalink
chore: impl extended backend configs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 1, 2024
1 parent 3c378be commit cd7cd27
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 87 deletions.
26 changes: 1 addition & 25 deletions examples/lobbies_servers/backend.dev.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"registries": {
"default": {
"local": {
"directory": "/Users/nathan/rivet/opengb-modules/modules"
}
}
},
"extends": "backend.json",
"modules": {
"users": {},
"rate_limit": {},
"tokens": {},
"lobbies": {
"config": {
"lobbies": {
Expand All @@ -24,21 +15,6 @@
}
}
}
},
"rivet": {},
"auth": {
"config": {
"email": {
"fromEmail": "[email protected]"
}
}
},
"email": {
"config": {
"provider": {
"test": {}
}
}
}
}
}
30 changes: 0 additions & 30 deletions examples/lobbies_servers/backend.json.old

This file was deleted.

26 changes: 1 addition & 25 deletions godot/addons/rivet/resources/backend.dev.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"registries": {
"default": {
"local": {
"directory": "/Users/nathan/rivet/opengb-modules/modules"
}
}
},
"extends": "backend.json",
"modules": {
"users": {},
"rate_limit": {},
"tokens": {},
"lobbies": {
"config": {
"lobbies": {
Expand All @@ -24,21 +15,6 @@
}
}
}
},
"rivet": {},
"auth": {
"config": {
"email": {
"fromEmail": "[email protected]"
}
}
},
"email": {
"config": {
"provider": {
"test": {}
}
}
}
}
}
7 changes: 0 additions & 7 deletions godot/addons/rivet/resources/backend.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"registries": {
"default": {
"local": {
"directory": "/Users/nathan/rivet/opengb-modules/modules"
}
}
},
"modules": {
"users": {},
"rate_limit": {},
Expand Down

0 comments on commit cd7cd27

Please sign in to comment.