diff options
author | Indrajith K L | 2024-06-21 13:30:02 +0530 |
---|---|---|
committer | Indrajith K L | 2024-06-21 13:30:02 +0530 |
commit | a5b35ffb182e4b2aa250059b0e44c13373999d76 (patch) | |
tree | d92bbaa6a0041ccddd2b8418d18b7688f868d6e4 | |
parent | fff60d6f9fa9baf1bb87ced8713b744ea0c6ed5a (diff) | |
download | indrajith-dev-crystal-a5b35ffb182e4b2aa250059b0e44c13373999d76.tar.gz indrajith-dev-crystal-a5b35ffb182e4b2aa250059b0e44c13373999d76.tar.bz2 indrajith-dev-crystal-a5b35ffb182e4b2aa250059b0e44c13373999d76.zip |
Adds sample env
* Keys should be synched with local .env
-rw-r--r-- | sample.env | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sample.env b/sample.env new file mode 100644 index 0000000..9ba8894 --- /dev/null +++ b/sample.env @@ -0,0 +1,2 @@ +TOKEN= +STRAPI_URL=http://localhost:1337
\ No newline at end of file |