Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
Added variable to get instance id of the application with a maven variable at compilation time
  • Loading branch information
jorizci authored Aug 30, 2018
1 parent 53e4fac commit d11a24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ endpoints.health.sensitive=false
#####################################################################################

accessioning.namespace=EGA
accessioning.variant.instanceId=instance-01;
accessioning.variant.instanceId=@instance.id@;

accessioning.monotonic.file.blockSize=1000
accessioning.monotonic.file.blockStartValue=0
Expand Down Expand Up @@ -84,4 +84,4 @@ accessioning.monotonic.array.nextBlockInterval=0

accessioning.monotonic.sample.blockSize=1000
accessioning.monotonic.sample.blockStartValue=0
accessioning.monotonic.sample.nextBlockInterval=0
accessioning.monotonic.sample.nextBlockInterval=0

0 comments on commit d11a24f

Please sign in to comment.