diff --git a/traque-back/readme.md b/traque-back/readme.md new file mode 100644 index 0000000..086c451 --- /dev/null +++ b/traque-back/readme.md @@ -0,0 +1,8 @@ +# template of the .env file +``` +ADMIN_PASSWORD = 'admin password here' +HOST = '10.192.64.61' +PORT = 3001 +SSL_KEY = "key.pem" +SSL_CERT = "server.crt" +``` \ No newline at end of file diff --git a/traque-front/readme.md b/traque-front/readme.md new file mode 100644 index 0000000..c504ad4 --- /dev/null +++ b/traque-front/readme.md @@ -0,0 +1,5 @@ +# Template of the .env file +``` +NEXT_PUBLIC_SOCKET_HOST = 'quentinrsl.com' +NEXT_PUBLIC_SOCKET_PORT = 3001 +``` \ No newline at end of file