Compare commits
4 Commits
v0.3.1-18-
...
6b24433ef9
Author | SHA1 | Date | |
---|---|---|---|
6b24433ef9
|
|||
b5e2dc7f29
|
|||
b2235ec8eb
|
|||
16af5da57c
|
1
.env
1
.env
@@ -8,4 +8,3 @@ 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,4 +8,3 @@ 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,9 +4,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Reference in New Issue
Block a user