-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 837 Bytes
/
render.yaml
File metadata and controls
29 lines (29 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
services:
- type: web
name: secretguardian
env: python
buildCommand: pip install -r requirements.txt
startCommand: ./start.sh
envVars:
- key: PORT
value: 8000
- key: MONGO_URI
fromDatabase:
name: secretguardian-db
property: connectionString
- key: SECRET_KEY
generateValue: true
- key: BASE_URL
value: https://your-app-name.onrender.com
- key: GITHUB_APP_ID
value: your_github_app_id
- key: GITHUB_APP_PRIVATE_KEY
value: |
-----BEGIN RSA PRIVATE KEY-----
YOUR_PRIVATE_KEY_HERE
-----END RSA PRIVATE KEY-----
# Add other environment variables here
databases:
- name: secretguardian-db
databaseName: secretguardian_db
user: secretguardian