Skip to content

Commit

Permalink
Merge pull request #38 from aodn/remove-hardcoded-dev-values-from-pro…
Browse files Browse the repository at this point in the history
…file

Remove hard coded values from dev profile
  • Loading branch information
HavierD authored Nov 29, 2023
2 parents ebdb8fe + a324b18 commit b7747d4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Client calling the Indexer API must provide this token in the Authorization header
app:
http:
authToken: Q*z6OfL^4u^1nMhH
authToken: sample-auth-token

server:
port: 8081

elasticsearch:
index:
name: dev_portal_records
serverUrl: http://3.27.147.190:9200
apiKey: NC1Dc19Jb0JsbTJqVmhzNy1OS1k6LTdqN0Y0QktRVHVKRHVpYU1TNkhSZw==
name: sample-portal-records
serverUrl: http://localhost:9200
apiKey: sample-api-key

geonetwork:
host: http://ec2-13-54-54-233.ap-southeast-2.compute.amazonaws.com:8080
host: http://localhost:8080/geonetwork

logging:
level:
org.hibernate.SQL: DEBUG
org.hibernate.type.descriptor.sql.BasicBinder: TRACE
org.hibernate.type.descriptor.sql.BasicBinder: TRACE

0 comments on commit b7747d4

Please sign in to comment.