Odstranění .env souborů, zavedení šablon

This commit is contained in:
2023-06-12 20:09:09 +02:00
parent 952c2d4a5c
commit af11b7265c
8 changed files with 31 additions and 14 deletions

View File

@@ -1 +0,0 @@
PUBLIC_URL=http://192.168.1.106:3005

3
client/.env.template Normal file
View File

@@ -0,0 +1,3 @@
# Veřejná URL, na které bude dostupný klient (typicky přes proxy).
# Pro vývoj není potřeba, bude použita výchozí hodnota http://localhost:3001
# PUBLIC_URL=http://example:3001

3
client/.gitignore vendored
View File

@@ -1 +1,2 @@
build
build
.env.production