Compare commits
3 Commits
v0.3.2
...
93642b9bb3
Author | SHA1 | Date | |
---|---|---|---|
93642b9bb3
|
|||
cda52a660f
|
|||
6353336bba
|
1
.env
1
.env
@@ -8,3 +8,4 @@ POSTGRES_MAIN_DB=my_db
|
||||
POSTGRES_MAIN_HOST=localhost
|
||||
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
|
||||
ICARUS_BASE_API_URL=https://icarus.com
|
||||
ICARUS_AUTH_BASE_API_URL=https://auth.icarus.com
|
||||
|
@@ -8,3 +8,4 @@ POSTGRES_MAIN_DB=my_db
|
||||
POSTGRES_MAIN_HOST=localhost
|
||||
DATABASE_URL=postgres://${POSTGRES_MAIN_USER}:${POSTGRES_MAIN_PASSWORD}@${POSTGRES_MAIN_HOST}:5432/${POSTGRES_MAIN_DB}
|
||||
ICARUS_BASE_API_URL=https://icarus.com
|
||||
ICARUS_AUTH_BASE_API_URL=https://auth.icarus.com
|
||||
|
@@ -4,6 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Reference in New Issue
Block a user