Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 committed Mar 23, 2024
1 parent 726e0ca commit 4e3ec57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,4 @@ public static void main(String[] args) {
SpringApplication.run(ApiClientStarterSampleApplication.class, args);
}

@Autowired
TerrakubeClient terrakubeClient;

}
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
org.terrakube.client.url=http://localhost:8080
org.terrakube.client.enableSecurity = true
org.terrakube.client.secretKey=JlJkNlVSQHEmOVhYU3heSHckY1pIQSMkenRVWXp2QEU=
org.terrakube.client.credentialType=INTERNAL

0 comments on commit 4e3ec57

Please sign in to comment.