Skip to content

Commit

Permalink
fix(server): remove default region namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Aug 30, 2023
1 parent 5862422 commit afac36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class ServerConfig {
}

static get DEFAULT_REGION_NAMESPACE() {
return process.env.DEFAULT_REGION_NAMESPACE || 'laf-apps'
return process.env.DEFAULT_REGION_NAMESPACE
}

static get DEFAULT_REGION_DATABASE_URL() {
Expand Down

0 comments on commit afac36d

Please sign in to comment.