12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
# AISE AI Code Editor - Environment Configuration Template
|
|
# Copy this file to .env and fill in your actual values
|
|
# NOTE: Never commit .env with real secrets to version control!
|
|
|
|
# Silicon Server Configuration
|
|
HOST=
|
|
PORT=
|
|
API_KEY=EMPTY
|
|
MODEL=
|
|
|
|
|