mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Update env example defualt. Udpate github action test
This commit is contained in:
@@ -13,8 +13,8 @@ PGSAIL_EMAIL_SERVER=localhost
|
|||||||
#PGSAIL_PUSHOVER_APP_TOKEN= Comment if not use
|
#PGSAIL_PUSHOVER_APP_TOKEN= Comment if not use
|
||||||
#PGSAIL_PUSHOVER_APP_URL= Comment if not use
|
#PGSAIL_PUSHOVER_APP_URL= Comment if not use
|
||||||
#PGSAIL_TELEGRAM_BOT_TOKEN= Comment if not use
|
#PGSAIL_TELEGRAM_BOT_TOKEN= Comment if not use
|
||||||
PGSAIL_APP_URL=http://localhost
|
PGSAIL_APP_URL=http://localhost:8080
|
||||||
PGSAIL_API_URL=http://localhost
|
PGSAIL_API_URL=http://localhost:3000
|
||||||
# POSTGREST ENV Settings
|
# POSTGREST ENV Settings
|
||||||
PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@127.0.0.1:5432/signalk
|
PGRST_DB_URI=postgres://authenticator:${PGSAIL_AUTHENTICATOR_PASSWORD}@127.0.0.1:5432/signalk
|
||||||
PGRST_JWT_SECRET=_at_least_32__char__long__random
|
PGRST_JWT_SECRET=_at_least_32__char__long__random
|
||||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -32,8 +32,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
source .env
|
source .env
|
||||||
docker-compose container stop || true
|
docker-compose stop || true
|
||||||
docker-compose container rm || true
|
docker-compose rm || true
|
||||||
docker-compose up -d db && sleep 15 && docker-compose up -d api
|
docker-compose up -d db && sleep 15 && docker-compose up -d api
|
||||||
for _ in {1..120}
|
for _ in {1..120}
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user