11 lines
543 B
Plaintext
11 lines
543 B
Plaintext
MODRINTH_URL=https://modrinth.com/
|
|
MODRINTH_API_URL=https://api.modrinth.com/v2/
|
|
MODRINTH_API_URL_V3=https://api.modrinth.com/v3/
|
|
MODRINTH_SOCKET_URL=wss://api.modrinth.com/
|
|
MODRINTH_LAUNCHER_META_URL=https://launcher-meta.modrinth.com/
|
|
|
|
# SQLite database file used by sqlx for type checking. Uncomment this to a valid path
|
|
# in your system and run `cargo sqlx database setup` to generate an empty database that
|
|
# can be used for developing the app DB schema
|
|
#DATABASE_URL=sqlite:///tmp/Modrinth/code/packages/app-lib/.sqlx/generated/state.db
|