diff --git a/.env.template b/.env.template
index ac074fa..8731b9b 100644
--- a/.env.template
+++ b/.env.template
@@ -1,5 +1,11 @@
-MONGOOSE_STRING=mongodb://user:pass@localhost:27017/database
+DB_NAME=sheepstar
+DB_USER=sheepstar
+DB_PASS=sheepstar
+DB_HOST=localhost
 API_PORT=8671
 SHORTENER_PORT=8672
 CDN_PORT=8673
-AS_PORT=8674
\ No newline at end of file
+DC_CLIENT=client-id
+DC_SECRET=client-secret
+DC_REDIRECT_URI=http://localhost
+GCLOUD_STORAGE_BUCKET=sheepstar
\ No newline at end of file