Updating env files
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Check (pull_request) Successful in 1m12s
Rust Build / Clippy (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Failing after 2m23s
Rust Build / build (pull_request) Successful in 1m37s
Rust Build / Rustfmt (pull_request) Successful in 35s
Rust Build / Check (pull_request) Successful in 1m12s
Rust Build / Clippy (pull_request) Successful in 49s
Rust Build / Test Suite (pull_request) Failing after 2m23s
Rust Build / build (pull_request) Successful in 1m37s
This commit is contained in:
+1
-1
@@ -5,6 +5,6 @@ DB_PASSWORD=password
|
|||||||
DB_HOST=auth_db
|
DB_HOST=auth_db
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
DB_SSLMODE=disable
|
DB_SSLMODE=disable
|
||||||
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:5432/${DB_NAME}
|
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
|
||||||
ENABLE_REGISTRATION=true
|
ENABLE_REGISTRATION=true
|
||||||
ALLOWED_ORIGINS="http://textsender.com"
|
ALLOWED_ORIGINS="http://textsender.com"
|
||||||
|
|||||||
+1
-1
@@ -5,6 +5,6 @@ DB_PASSWORD=password
|
|||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=5432
|
DB_PORT=5432
|
||||||
DB_SSLMODE=disable
|
DB_SSLMODE=disable
|
||||||
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:5432/${DB_NAME}
|
DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}
|
||||||
ENABLE_REGISTRATION=true
|
ENABLE_REGISTRATION=true
|
||||||
ALLOWED_ORIGINS="http://textsender.com"
|
ALLOWED_ORIGINS="http://textsender.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user