Skip to content

Commit

Permalink
feat(docker): separation of dev components.
Browse files Browse the repository at this point in the history
- Splits dev experience from production flow.
- Refactors scripts for npm steps.
- Corrects path definitions.
- cleans up config file.
  • Loading branch information
Mango Habanero committed Apr 4, 2023
1 parent 09afad4 commit 61d0258
Show file tree
Hide file tree
Showing 7 changed files with 9,036 additions and 3,016 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
API_VERSION=
AFRICASTALKING_VALID_IPS=
CIC_CUSTODIAL_BALANCE_ENDPOINT=
CIC_CUSTODIAL_REGISTER_ENDPOINT=
CIC_CUSTODIAL_TRANSFER_ENDPOINT=
CIC_GRAPH_GRAPHQL_ENDPOINT=
Expand All @@ -10,6 +9,7 @@ DEFAULT_VOUCHER_ADDRESS=
DEFAULT_VOUCHER_SYMBOL=
DISABLE_REQUEST_LOGGING=
LOG_LEVEL=
LOG_NAME=
NATS_CLIENT_NAME=
NATS_DRAIN_ON_SHUTDOWN=
NATS_URL=
Expand Down
1 change: 1 addition & 0 deletions dev/init_db.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE DATABASE cic_ussd;
File renamed without changes.
2 changes: 1 addition & 1 deletion tern.conf → migrations/tern.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ host = localhost
port = 5432
database = cic_ussd
user = postgres
password = password
password = postgres
Loading

0 comments on commit 61d0258

Please sign in to comment.