Skip to content

Commit

Permalink
Merge pull request #173 from frmscoe/db-rename
Browse files Browse the repository at this point in the history
Database renaming and relocation of networkmap collection
  • Loading branch information
Justus-at-Tazama authored Jul 9, 2024
2 parents ad6b59f + b904b3c commit ec40e57
Show file tree
Hide file tree
Showing 10 changed files with 204 additions and 555 deletions.
2 changes: 1 addition & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LOGSTASH_PORT=8080
LOGSTASH_LEVEL='info'

DATABASE_URL=http://0.0.0.0:8529
DATABASE_NAME=networkmap
DATABASE_NAME=configuration
DATABASE_USER=root
DATABASE_PASSWORD=
DATABASE_CERT_PATH=
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ ENV LOGSTASH_LEVEL='info'

# Database
ENV DATABASE_URL=
ENV DATABASE_NAME=networkmap
ENV DATABASE_NAME=configuration
ENV DATABASE_USER=root
ENV DATABASE_PASSWORD=
ENV DATABASE_CERT_PATH=
ENV CONFIG_DATABASE=Configuration

# Redis
ENV REDIS_DB=0
Expand Down
3 changes: 1 addition & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ A [registry](https://github.com/frmscoe/docs) of environment variables is provid
| `DATABASE_URL` | URL where Arango is served | `tcp://arango:8529`
| `DATABASE_USER` | Arango database username | `root`
| `DATABASE_PASSWORD` | Arango database password | `password`
| `DATABASE_NAME` | Arango database name | `networkmap`
| `CONFIG_DATABASE` | Arango Configuration name | `Configuration`
| `DATABASE_NAME` | Arango database name | `configuration`

#### Build and Start

Expand Down
Loading

0 comments on commit ec40e57

Please sign in to comment.