Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database renaming and relocation of networkmap collection #173

Merged
merged 4 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading