Skip to content

Commit 7f93919

Browse files
committed
file update
1 parent 1894d89 commit 7f93919

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.gitignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ env/
2121

2222
# Environment
2323
.env
24+
.env.*
25+
!.env.example
2426

2527
# Testing
2628
htmlcov/
@@ -37,7 +39,8 @@ redis_data/
3739
.DS_Store
3840
Thumbs.db
3941

40-
# Node (frontend)
41-
frontend/node_modules/
42+
# Node
43+
node_modules/
44+
45+
# Frontend
4246
frontend/dist/
43-
frontend/.env.local

alembic.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[alembic]
22
script_location = backend/migrations
33
prepend_sys_path = .
4-
sqlalchemy.url = postgresql://solace:solace@localhost:5432/solace
4+
sqlalchemy.url = driver://user:pass@localhost/dbname
55

66
[loggers]
77
keys = root,sqlalchemy,alembic

0 commit comments

Comments
 (0)