Skip to content

Commit

Permalink
add env for core and update version for dox-app
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion committed Nov 29, 2023
1 parent 7786590 commit 1f04e41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Created by `dart pub`
.dart_tool/
.DS_Store
.env
bin/server
.docker
packages/dox-app/storage
Expand Down
1 change: 1 addition & 0 deletions packages/dox-app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env
6 changes: 3 additions & 3 deletions packages/dox-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies:
postgres_pool: ^2.1.6
ioredis: ^1.0.2
short_uuids: ^2.0.0
dox_auth: ^1.0.1
dox_auth: ^2.0.0-alpha.2
dox_migration: ^1.0.4
dox_core: ^2.0.0-alpha.1
dox_websocket: ^1.0.0-beta.0
dox_core: ^2.0.0-alpha.2
dox_websocket: ^1.0.0-beta.1
dox_query_builder: ^1.1.15

dev_dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/dox-core/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
APP_KEY=4HyiSrq4N5Nfg6bOadIhbFEI8zbUkpxt

0 comments on commit 1f04e41

Please sign in to comment.