Skip to content

Commit

Permalink
changing to WS280
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnwright committed Mar 3, 2021
1 parent 8c4c8ef commit 9418150
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ebextensions/.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
option_settings:
- option_name: WB_DB_URI
value: datomic:ddb://us-east-1/WS279/wormbase
value: datomic:ddb://us-east-1/WS280/wormbase
- option_name: _JAVA_OPTIONS
value: "-Xmx14g"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Run following commands and test each step happens correctly.

```bash
export WB_DB_URI="datomic:ddb://us-east-1/WS279/wormbase"
export WB_DB_URI="datomic:ddb://us-east-1/WS280/wormbase"
lein ring server-headless 8130
lein do eastwood, test
make docker-build
Expand All @@ -33,7 +33,7 @@ eb deploy
## Setting environment variables

```bash
export WB_DB_URI="datomic:ddb://us-east-1/WS279/wormbase"
export WB_DB_URI="datomic:ddb://us-east-1/WS280/wormbase"
```

## Starting server in development
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
:source-paths ["dev"]
:jvm-opts ["-Xmx1G"]
:env
{:wb-db-uri "datomic:ddb://us-east-1/WS279/wormbase"
{:wb-db-uri "datomic:ddb://us-east-1/WS280/wormbase"
:swagger-validator-url "http://localhost:8002"}
:plugins
[[jonase/eastwood "0.2.3"
Expand Down

0 comments on commit 9418150

Please sign in to comment.