Nareshkumar Rao
3 years ago
1 changed files with 15 additions and 5 deletions
@ -1,7 +1,17 @@ |
|||
SERVER_PORT=1234 |
|||
SERVER_SESSION_SECRET=verylongsecret |
|||
PORT= |
|||
SERVER_SESSION_SECRET= |
|||
|
|||
WEBSITE_URL=http://localhost:3000 |
|||
COOKIE_DOMAIN=localhost,127.0.0.1 |
|||
WEBSITE_URL= |
|||
COOKIE_DOMAIN= |
|||
|
|||
SERVER_API_URL=http://localhost:1234 |
|||
SERVER_API_URL= |
|||
|
|||
DB_USER= |
|||
DB_PASS= |
|||
DB_PATH= |
|||
DB_DATA_NAME= |
|||
DB_STORE_NAME= |
|||
DB_DATA_DIALECT= |
|||
|
|||
ADMIN_USERNAME= |
|||
ADMIN_PASSWORD= |
Loading…
Reference in new issue