You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm kinda noob to all this, so I would greatly use some help...As the title says...I need help with creating a new .env file. I understood most of the steps, but there is one where it says: "Most default values are configured to work with the docker-compose setup, with the exception of the S3 upload key and secret."...Now...For me nothing was generated, the file was blank as if newly created...Sorta...I only have the [name_of_the_variable] = Nothing except for a few localhosts and urls, but nothing much was generated. So when I visited the minio console and generated secret and access keys I pasted them to the .env-example (which i later rename to .env), and when I try to npm run dev i get:
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from D:\civitai.env
warn - You have enabled experimental feature (largePageDataBytes) in next.config.mjs.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
event - compiled client and server successfully in 5.7s (8505 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 2.1s (8946 modules)
❌ Invalid environment variables:
CLICKHOUSE_TRACKER_URL: Invalid url
SCHEDULER_ENDPOINT: Invalid url
ORCHESTRATOR_ENDPOINT: Invalid url
wait - compiling /_error (client and server)...
Now...My .env file is attached so if someone could check it out it would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I'm kinda noob to all this, so I would greatly use some help...As the title says...I need help with creating a new .env file. I understood most of the steps, but there is one where it says: "Most default values are configured to work with the docker-compose setup, with the exception of the S3 upload key and secret."...Now...For me nothing was generated, the file was blank as if newly created...Sorta...I only have the [name_of_the_variable] = Nothing except for a few localhosts and urls, but nothing much was generated. So when I visited the minio console and generated secret and access keys I pasted them to the .env-example (which i later rename to .env), and when I try to
npm run dev
i get:PS D:\civitai> npm run dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from D:\civitai.env
warn - You have enabled experimental feature (largePageDataBytes) in next.config.mjs.
warn - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.
event - compiled client and server successfully in 5.7s (8505 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 2.1s (8946 modules)
❌ Invalid environment variables:
CLICKHOUSE_TRACKER_URL: Invalid url
SCHEDULER_ENDPOINT: Invalid url
ORCHESTRATOR_ENDPOINT: Invalid url
wait - compiling /_error (client and server)...
Now...My .env file is attached so if someone could check it out it would be greatly appreciated!
Thanks in advance,
Marin :)
env.txt
EDIT!!: Wrong file
Beta Was this translation helpful? Give feedback.
All reactions