diff --git a/README.md b/README.md index 969e640..bb74f16 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/env b/env new file mode 100644 index 0000000..369d08f --- /dev/null +++ b/env @@ -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 \ No newline at end of file