Skip to content

Commit

Permalink
feat: added example files
Browse files Browse the repository at this point in the history
  • Loading branch information
MrX-SNX committed Aug 28, 2024
1 parent 5a7df50 commit 4d28546
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
39 changes: 39 additions & 0 deletions api.envexample
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# redis
REDIS_PASSWORD=password1
CACHE_TIME=300 # 5 minutes

# postgres
PG_USER=
PG_HOST=
PG_NAME=
PG_PASSWORD=
PG_PORT=

# api
API_HOST=0.0.0.0
API_PORT=3000
HEALTH_ENDPOINT_PASSWORD=password2

# providers
MAIN_PROVIDER_URL=
MAIN_PROVIDER_USER=
MAIN_PROVIDER_PASSWORD=

MAIN_OVM_PROVIDER_URL=
MAIN_OVM_PROVIDER_USER=
MAIN_OVM_PROVIDER_PASSWORD=

# backup providers (optional)
BACKUP_PROVIDER_URL=
BACKUP_PROVIDER_USER=
BACKUP_PROVIDER_PASSWORD=

BACKUP_OVM_PROVIDER_URL=
BACKUP_OVM_PROVIDER_USER=
BACKUP_OVM_PROVIDER_PASSWORD=

# cloudwatch logs (optional)
AWS_CW_LOG_GROUP=
AWS_CW_REGION=
AWS_CW_ACCESS_KEY_ID=
AWS_CW_SECRET_ACCESS_KEY=
1 change: 1 addition & 0 deletions redis.envexample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REDIS_HOST_PASSWORD=

0 comments on commit 4d28546

Please sign in to comment.