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

Revert "Chore/remove env file" #41

Merged
merged 2 commits into from
Sep 11, 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
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SOPS_AGE_KEY=AGE-SECRET-KEY-1X5DH3RVJ83CK3TJNGGC5QA277NRC9JDK2W5DUG8DY5P05CVL88WS8FT049
33 changes: 19 additions & 14 deletions .run/Local Server.run.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Local Server" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="local" />
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21" />
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
<envs>
<env name="SOPS_AGE_KEY" value="AGE-SECRET-KEY-1X5DH3RVJ83CK3TJNGGC5QA277NRC9JDK2W5DUG8DY5P05CVL88WS8FT049" />
</envs>
<module name="backstage-plugin-risk-scorecard-crypto-service.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="cryptoservice.CryptoServiceApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<configuration default="false" name="Local Server" type="SpringBootApplicationConfigurationType"
factoryName="Spring Boot">
<option name="ACTIVE_PROFILES" value="local"/>
<option name="ALTERNATIVE_JRE_PATH" value="temurin-21"/>
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true"/>
<option name="envFilePaths">
<option value="$PROJECT_DIR$/.env"/>
<option value="$PROJECT_DIR$/.env.local"/>
</option>
<module name="backstage-plugin-risk-scorecard-crypto-service.main"/>
<selectedOptions>
<option name="environmentVariables"/>
</selectedOptions>
<option name="SPRING_BOOT_MAIN_CLASS" value="cryptoservice.CryptoServiceApplication"/>
<method v="2">
<option name="Make" enabled="true"/>
</method>
</configuration>
</component>
Loading