README.md edit

This commit is contained in:
valitovgaziz
2024-12-05 22:15:20 +05:00
parent 41631401ab
commit 8d6996c49a
2 changed files with 25 additions and 1 deletions
+4 -1
View File
@@ -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
+21
View File
@@ -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