-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a1442d
commit 83c344d
Showing
334 changed files
with
800 additions
and
3,711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,63 @@ | ||
# This is intentionally empty! | ||
# [services] | ||
# sql = [ | ||
# { kind = "cockroachdb", path = "svc/pkg/build/db/build", db_name = "db_build" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/captcha/db/captcha", db_name = "db_captcha" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/cdn/db/cdn", db_name = "db_cdn" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/cf-custom-hostname/db/cf-custom-hostname", db_name = "db_cf_custom_hostname" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/cloud/db/cloud", db_name = "db_cloud" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/cluster/db/cluster", db_name = "db_cluster" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/custom-user-avatar/db/custom-avatar", db_name = "db_custom_avatar" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/ds/db/servers", db_name = "db_servers" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/email-verification/db/email-verification", db_name = "db_email_verification" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/game-user/db/game-user", db_name = "db_game_user" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/game/db/game", db_name = "db_game" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/identity-config/db/identity-config", db_name = "db_identity_config" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/ip/db/info", db_name = "db_info" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/job/db/config", db_name = "db_config" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/job/db/state", db_name = "db_state" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/kv-config/db/kv-config", db_name = "db_kv_config" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/kv/db/kv", db_name = "db_kv" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/linode/db/linode", db_name = "db_linode" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/mm-config/db/mm-config", db_name = "db_mm_config" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/mm/db/state", db_name = "db_state" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/pegboard/db/pegboard", db_name = "db_pegboard" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/team-invite/db/team-invite", db_name = "db_team_invite" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/team/db/team", db_name = "db_team" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/token/db/token", db_name = "db_token" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/upload/db/upload", db_name = "db_upload" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/user-dev/db/user-dev", db_name = "db_user_dev" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/user-follow/db/user-follow", db_name = "db_user_follow" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/user-identity/db/user-identity", db_name = "db_user_identity" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/user-report/db/user-report", db_name = "db_user_report" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/user/db/user", db_name = "db_user" }, | ||
# { kind = "cockroachdb", path = "svc/pkg/workflow/db/workflow", db_name = "db_workflow" }, | ||
# | ||
# { kind = "clickhouse", path = "svc/pkg/ds-log/db/log", db_name = "db_log" }, | ||
# { kind = "clickhouse", path = "svc/pkg/job-log/db/log", db_name = "db_log" }, | ||
# ] | ||
# buckets = [ | ||
# { name = "build" }, | ||
# { name = "cdn" }, | ||
# { name = "export" }, | ||
# { name = "banner" }, | ||
# { name = "logo" }, | ||
# { name = "artifacts" }, | ||
# { name = "export" }, | ||
# { name = "log" }, | ||
# { name = "imagor-result-storage" }, | ||
# { name = "svc-build" }, | ||
# { name = "lobby-history-export" }, | ||
# { name = "log" }, | ||
# { name = "avatar" }, | ||
# { name = "billing" }, | ||
# { name = "avatar" }, | ||
# ] | ||
# redis = [ | ||
# { name = "redis-cdn", ephemeral = false }, | ||
# { name = "redis-job", ephemeral = false }, | ||
# { name = "redis-cache", ephemeral = true }, | ||
# { name = "redis-chirp", ephemeral = false }, | ||
# { name = "redis-chirp-ephemeral", ephemeral = true }, | ||
# { name = "redis-mm", ephemeral = false }, | ||
# ] | ||
# | ||
# See lib/bolt/config/src/project.rs | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,3 @@ pub mod cache; | |
pub mod local; | ||
pub mod ns; | ||
pub mod project; | ||
pub mod service; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.