Tweaks
This commit is contained in:
parent
0c2b0d608d
commit
50a8ae41c0
@ -1,3 +1,3 @@
|
|||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
PORT=8000
|
PORT=8000
|
||||||
DATABASE_URL="sql://root:root@localhost/actix_example"
|
DATABASE_URL="sql://root:@localhost/actix_example"
|
@ -1,3 +1,3 @@
|
|||||||
HOST=127.0.0.1
|
HOST=127.0.0.1
|
||||||
PORT=8000
|
PORT=8000
|
||||||
DATABASE_URL="mysql://root:@localhost/rocket_example"
|
DATABASE_URL="mysql://root:@localhost/actix_example"
|
||||||
|
@ -20,8 +20,7 @@ listenfd = "0.3.3"
|
|||||||
# remove `path = ""` in your own project
|
# remove `path = ""` in your own project
|
||||||
sea-orm = { path = "../../", version = "^0.2.3", features = [
|
sea-orm = { path = "../../", version = "^0.2.3", features = [
|
||||||
"macros",
|
"macros",
|
||||||
"runtime-tokio-native-tls",
|
"runtime-actix-native-tls",
|
||||||
# "runtime-actix-native-tls",
|
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
serde = "1"
|
serde = "1"
|
||||||
env_logger = "0.8"
|
env_logger = "0.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user