FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
samples-java/sap-demo-java/.env.example at codex/java-dedup-sample · keploy/samples-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
keploy
/
samples-java
Public
Notifications
You must be signed in to change notification settings
Fork
64
Star
20
Code
Pull requests
18
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
samples-java
/
sap-demo-java
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (12 loc) · 568 Bytes
Breadcrumbs
samples-java
/
sap-demo-java
/
.env.example
Copy path
File metadata and controls
16 lines (12 loc) · 568 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
Copy to .env and fill in the SAP API key.
#
.env is gitignored. Never commit real credentials.
#
SAP Business Accelerator Hub sandbox API key.
#
Get a free one at https://api.sap.com → any API → "Show API Key".
SAP_API_KEY
=
#
Optional — for real BTP tenant (OAuth2 xsuaa bearer token).
#
If set, takes precedence over SAP_API_KEY.
SAP_BEARER_TOKEN
=
#
Override these if you point at a non-sandbox tenant.
SAP_API_BASE_URL
=
https://sandbox.api.sap.com/s4hanacloud
#
Local dev port. Ignored when running in kind (NodePort 30080 is the entry).
SERVER_PORT
=
8080
Back
|
FazBrowse Home
|
New Git URL