File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # FLASK_APP=backend.app
2
+ # FLASK_ENV=development
3
+ # SQLALCHEMY_DATABASE_URI=postgresql://bdsdcagenda_user:yUzUdvy0Aumag5DxgNPz72HQ4IRbfbN1@dpg-ctdduo0gph6c73es1sfg-a.oregon-postgres.render.com/bdsdcagenda
4
+
5
+ # Back-End Variables
6
+ DATABASE_URL = postgresql://bdsdcagenda_user:yUzUdvy0Aumag5DxgNPz72HQ4IRbfbN1@dpg-ctdduo0gph6c73es1sfg-a.oregon-postgres.render.com/bdsdcagenda
7
+ FLASK_APP_KEY = " any key works"
8
+ FLASK_APP = backend/app.py
9
+ FLASK_DEBUG = 1
10
+ DEBUG = TRUE
11
+ JWT_SECRET_KEY = " J8T5P2Q9M4Z1W6"
12
+
13
+ # Front-End Variables
14
+ BASENAME = /
15
+ # BACKEND_URL=
Original file line number Diff line number Diff line change 10
10
11
11
# production
12
12
/build
13
+ .render.yaml
14
+ .docker-compose.yaml
15
+ .dockerignore
16
+ .txt
17
+ .Pipfile
18
+ .Pipfile.lock
13
19
14
20
# misc
15
21
.DS_Store
You can’t perform that action at this time.
0 commit comments