README.md edit
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
# RESTfull API on Golang.
|
### Microservices on docker-compose.
|
||||||
|
|
||||||
|
## before start your need to set .env file with your VARIABLES
|
||||||
|
|
||||||
|
## build and start with command: make
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
PGHOST=888
|
||||||
|
PGPORT=888
|
||||||
|
PGUSER=888
|
||||||
|
PGPASSWORD=888
|
||||||
|
PGDATABASE=888
|
||||||
|
SSLmode=disable
|
||||||
|
PGURL='888'
|
||||||
|
|
||||||
|
# SERVER
|
||||||
|
SERVER_PORT=888
|
||||||
|
SECRET_KEY=888
|
||||||
|
|
||||||
|
# MIGRATOR
|
||||||
|
MIGRATOR_PORT=888
|
||||||
|
GOOSE_DRIVER=888
|
||||||
|
GOOSE_DBSTRING='user=888 dbname=888 sslmode=888'
|
||||||
|
GOOSE_MIGRATION_DIR=migrations
|
||||||
|
|
||||||
|
# SPA on VUE.js
|
||||||
|
INNERPORT=888
|
||||||
|
OUTERPORT=888
|
||||||
Reference in New Issue
Block a user