Skip to content

Commit

Permalink
Merge pull request #102 from urbancamo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
urbancamo authored Jun 19, 2024
2 parents ac70376 + 22fe750 commit f6aaf80
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>uk.m0nom</groupId>
<artifactId>adif-processor</artifactId>
<version>1.4.7</version>
<version>1.4.8</version>

<name>ADIF Processor</name>
<url>https://github.com/urbancamo/adif-processor</url>
Expand Down
11 changes: 11 additions & 0 deletions src/doc/DEVOPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,14 @@ Ensure the certificate CNAME records defined in the AWS certificate are setup co
## RDS Postgres Configuration

Need to modify the RDS Postgres configuration to add a security group to allow access via the internet.

Ensure the security group associated with the RDS Postgres instance allows access to the internet.

Add the following environment variables to the Elastic Beanstalk environment:

- `POSTGRES_USERNAME`
- `POSTGRES_PASSWORD`
- `POSTGRES_DB`
- `POSTGRES_HOST`
- `SPRING_PROFILES_ACTIVE` = `prod`

0 comments on commit f6aaf80

Please sign in to comment.