initial commit after automated creating
This commit is contained in:
commit
1cf124a5a3
48 changed files with 12041 additions and 0 deletions
14
.env.example
Normal file
14
.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Copy this file to .env and fill in your values.
|
||||
# All variables are prefixed with AGRAVITY_.
|
||||
|
||||
# Required: your x-functions-key API key
|
||||
AGRAVITY_API_KEY=your-api-key-here
|
||||
|
||||
# Optional: override the base API URL
|
||||
# AGRAVITY_BASE_URL=https://devagravitypublic.azurewebsites.net/api
|
||||
|
||||
# Optional: HTTP request timeout in seconds
|
||||
# AGRAVITY_TIMEOUT=60.0
|
||||
|
||||
# Optional: set to false to disable SSL certificate verification (not recommended)
|
||||
# AGRAVITY_VERIFY_SSL=true
|
||||
Loading…
Add table
Add a link
Reference in a new issue