Skip to content

Commit

Permalink
Prepare Dockerfile for K8S
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain-morin committed Feb 27, 2024
1 parent a76f3f2 commit c839cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module.exports = {
environment: NODE_ENV || "development",
currentVersionURL: INAT_API_URL || "http://localhost:4000/v1",
apiURL: INAT_RAILS_URL || "http://localhost:3000",
jwtSecret: INAT_JWT_SECRET || "secret",
jwtApplicationSecret: INAT_JWT_APPLICATION_SECRET || "application_secret",
jwtSecret: INAT_JWT_SECRET || "INAT_JWT_SECRET",
jwtApplicationSecret: INAT_JWT_APPLICATION_SECRET || "INAT_JWT_APPLICATION_SECRET",
tileSize: 512,
debug: NODE_DEBUG || false,
database: {
Expand Down
2 changes: 1 addition & 1 deletion config_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ module.exports = {
}
// Simulate maintance by returning 503 for all requests
// maintenanceUntil: "Sat, 23 Sep 2023 7:00:00 GMT"
};
};

0 comments on commit c839cbd

Please sign in to comment.