test key
This commit is contained in:
+1
-1
@@ -59,5 +59,5 @@ void main(List<String> args) async {
|
||||
final port = int.parse(dotenv['PORT'] ?? '9090');
|
||||
final server = await serve(handler, ip, port);
|
||||
print('Server listening on port ${server.port}');
|
||||
print('secret is ${dotenv['REGISTRATION_SECRET_KEY']}');
|
||||
print('secret is ${dotenv['POSTGRES_DB']}');
|
||||
}
|
||||
Reference in New Issue
Block a user