Update .env
Browse files
.env
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
# to see if your .env file is working correctly by running `docker-compose config`
|
| 2 |
|
| 3 |
# the site name
|
| 4 |
-
SITE_NAME="
|
| 5 |
|
| 6 |
# your domain from which sessions are being served
|
| 7 |
# remove trailing slash !!!
|
| 8 |
-
PUBLIC_DOMAIN="
|
| 9 |
|
| 10 |
-
YT_API_KEY=
|
|
|
|
| 1 |
# to see if your .env file is working correctly by running `docker-compose config`
|
| 2 |
|
| 3 |
# the site name
|
| 4 |
+
SITE_NAME="webSync"
|
| 5 |
|
| 6 |
# your domain from which sessions are being served
|
| 7 |
# remove trailing slash !!!
|
| 8 |
+
PUBLIC_DOMAIN="akborana4-websync.hf.space"
|
| 9 |
|
| 10 |
+
YT_API_KEY=AIzaSyDPcBo2QJoOxYT7I1B1jl6DqSrBk9J2hIg
|